Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dtcp.h122 #define TCP_MD5SIG_EXT 32 /* TCP MD5 Signature with extensions */ macro
/Linux-v5.10/tools/testing/selftests/net/
Dnettest.c221 opt = TCP_MD5SIG_EXT; in tcp_md5sig()
230 opt = TCP_MD5SIG_EXT; in tcp_md5sig()
/Linux-v5.10/net/ipv6/
Dtcp_ipv6.c597 if (optname == TCP_MD5SIG_EXT && in tcp_v6_parse_md5_keys()
607 if (optname == TCP_MD5SIG_EXT && in tcp_v6_parse_md5_keys()
/Linux-v5.10/net/ipv4/
Dtcp_ipv4.c1227 if (optname == TCP_MD5SIG_EXT && in tcp_v4_parse_md5_keys()
1234 if (optname == TCP_MD5SIG_EXT && in tcp_v4_parse_md5_keys()
Dtcp.c3255 case TCP_MD5SIG_EXT: in do_tcp_setsockopt()