Home
last modified time | relevance | path

Searched refs:TCPOPT_SMC_MAGIC (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/net/
Dtcp.h196 #define TCPOPT_SMC_MAGIC 0xE2D4C3D9 macro
/Linux-v6.1/net/ipv4/
Dtcp_output.c426 *ptr++ = htonl(TCPOPT_SMC_MAGIC); in smc_options_write()
Dtcp_input.c3977 get_unaligned_be32(ptr) == TCPOPT_SMC_MAGIC) { in smc_parse_options()