Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dtcp.h324 #define TCP_MD5SIG_FLAG_IFINDEX 0x2 /* ifindex set */ macro
/linux-6.15/include/uapi/linux/
H A Dtcp.h357 #define TCP_MD5SIG_FLAG_IFINDEX 0x2 /* ifindex set */ macro
/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c1283 if (!any_l3index && key->flags & TCP_MD5SIG_FLAG_IFINDEX &&
1329 if ((key->flags & TCP_MD5SIG_FLAG_IFINDEX) != (flags & TCP_MD5SIG_FLAG_IFINDEX))
1532 flags = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX;
1533 l3flag = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX;
1543 cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX) {
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c622 flags = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX; in tcp_v6_parse_md5_keys()
623 l3flag = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX; in tcp_v6_parse_md5_keys()
636 cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX) { in tcp_v6_parse_md5_keys()
/linux-6.15/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c198 md5sig.tcpm_flags |= TCP_MD5SIG_FLAG_IFINDEX; in __test_set_md5()
/linux-6.15/tools/testing/selftests/net/
H A Dnettest.c286 md5sig.tcpm_flags |= TCP_MD5SIG_FLAG_IFINDEX; in tcp_md5sig()