Home
last modified time | relevance | path

Searched refs:TCP_MD5SIG_EXT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h122 #define TCP_MD5SIG_EXT 32 /* TCP MD5 Signature with extensions */ macro
/openbmc/linux/include/uapi/linux/
H A Dtcp.h122 #define TCP_MD5SIG_EXT 32 /* TCP MD5 Signature with extensions */ macro
/openbmc/linux/tools/testing/selftests/net/
H A Dnettest.c276 opt = TCP_MD5SIG_EXT; in tcp_md5sig()
285 opt = TCP_MD5SIG_EXT; in tcp_md5sig()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c618 if (optname == TCP_MD5SIG_EXT && in tcp_v6_parse_md5_keys()
628 if (optname == TCP_MD5SIG_EXT && cmd.tcpm_ifindex && in tcp_v6_parse_md5_keys()
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c1350 if (optname == TCP_MD5SIG_EXT && in tcp_v4_parse_md5_keys()
1357 if (optname == TCP_MD5SIG_EXT && cmd.tcpm_ifindex && in tcp_v4_parse_md5_keys()
H A Dtcp.c3653 case TCP_MD5SIG_EXT: in do_tcp_setsockopt()