Searched refs:TCP_MD5SIG_FLAG_IFINDEX (Results 1 – 6 of 6) sorted by relevance
324 #define TCP_MD5SIG_FLAG_IFINDEX 0x2 /* ifindex set */ macro
351 #define TCP_MD5SIG_FLAG_IFINDEX 0x2 /* ifindex set */ macro
1269 if (!any_l3index && key->flags & TCP_MD5SIG_FLAG_IFINDEX &&1315 if ((key->flags & TCP_MD5SIG_FLAG_IFINDEX) != (flags & TCP_MD5SIG_FLAG_IFINDEX))1518 flags = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX;1519 l3flag = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX;1529 cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX) {
127 md5sig.tcpm_flags |= TCP_MD5SIG_FLAG_IFINDEX; in __test_set_md5()
622 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()
286 md5sig.tcpm_flags |= TCP_MD5SIG_FLAG_IFINDEX; in tcp_md5sig()
Completed in 24 milliseconds