Home
last modified time | relevance | path

Searched refs:TCP_MD5SIG (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dtcp.h105 #define TCP_MD5SIG 14 /* TCP MD5 Signature (RFC2385) */ macro
/Linux-v5.4/tools/testing/selftests/net/
Dnettest.c216 rc = setsockopt(sd, IPPROTO_TCP, TCP_MD5SIG, &md5sig, sizeof(md5sig)); in tcp_md5sig()
/Linux-v5.4/net/ipv4/
DKconfig720 config TCP_MD5SIG config
Dtcp.c3070 case TCP_MD5SIG: in do_tcp_setsockopt()