Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dtcp.h122 #define TCP_MD5SIG_EXT 32 /* TCP MD5 Signature with extensions */ macro
/linux/include/uapi/linux/
H A Dtcp.h122 #define TCP_MD5SIG_EXT 32 /* TCP MD5 Signature with extensions */ macro
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c133 return setsockopt(sk, IPPROTO_TCP, TCP_MD5SIG_EXT, in __test_set_md5()
/linux/tools/testing/selftests/net/
H A Dnettest.c276 opt = TCP_MD5SIG_EXT; in tcp_md5sig()
285 opt = TCP_MD5SIG_EXT; in tcp_md5sig()
/linux/net/ipv6/
H A Dtcp_ipv6.c625 if (optname == TCP_MD5SIG_EXT && in tcp_v6_parse_md5_keys()
635 if (optname == TCP_MD5SIG_EXT && cmd.tcpm_ifindex && in tcp_v6_parse_md5_keys()
/linux/net/ipv4/
H A Dtcp_ipv4.c1524 if (optname == TCP_MD5SIG_EXT &&
1531 if (optname == TCP_MD5SIG_EXT && cmd.tcpm_ifindex &&
H A Dtcp.c3962 case TCP_MD5SIG_EXT: in do_tcp_setsockopt()