Searched refs:TCP_MD5SIG_FLAG_IFINDEX (Results 1 – 6 of 6) sorted by relevance
324 #define TCP_MD5SIG_FLAG_IFINDEX 0x2 /* ifindex set */ macro
357 #define TCP_MD5SIG_FLAG_IFINDEX 0x2 /* ifindex set */ macro
1283 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) {
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()
198 md5sig.tcpm_flags |= TCP_MD5SIG_FLAG_IFINDEX; in __test_set_md5()
286 md5sig.tcpm_flags |= TCP_MD5SIG_FLAG_IFINDEX; in tcp_md5sig()