Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp.h209 #define TCPOPT_SMC_MAGIC 0xE2D4C3D9 macro
/linux/net/ipv4/
H A Dtcp_output.c443 *ptr++ = htonl(TCPOPT_SMC_MAGIC); in smc_options_write()
H A Dtcp_input.c4132 get_unaligned_be32(ptr) == TCPOPT_SMC_MAGIC) { in smc_parse_options()