Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dtcp.h122 #define TCP_MD5SIG_EXT 32 /* TCP MD5 Signature with extensions */ macro
/linux-6.6.21/tools/include/uapi/linux/
Dtcp.h122 #define TCP_MD5SIG_EXT 32 /* TCP MD5 Signature with extensions */ macro
/linux-6.6.21/tools/testing/selftests/net/
Dnettest.c276 opt = TCP_MD5SIG_EXT; in tcp_md5sig()
285 opt = TCP_MD5SIG_EXT; in tcp_md5sig()
/linux-6.6.21/net/ipv6/
Dtcp_ipv6.c624 if (optname == TCP_MD5SIG_EXT && in tcp_v6_parse_md5_keys()
634 if (optname == TCP_MD5SIG_EXT && cmd.tcpm_ifindex && in tcp_v6_parse_md5_keys()
/linux-6.6.21/net/ipv4/
Dtcp_ipv4.c1344 if (optname == TCP_MD5SIG_EXT && in tcp_v4_parse_md5_keys()
1351 if (optname == TCP_MD5SIG_EXT && cmd.tcpm_ifindex && in tcp_v4_parse_md5_keys()
Dtcp.c3625 case TCP_MD5SIG_EXT: in do_tcp_setsockopt()