Searched refs:TCP_MD5SIG_FLAG_IFINDEX (Results 1 – 5 of 5) sorted by relevance
324 #define TCP_MD5SIG_FLAG_IFINDEX 0x2 /* ifindex set */ macro
325 #define TCP_MD5SIG_FLAG_IFINDEX 0x2 /* ifindex set */ macro
1095 if (key->flags & TCP_MD5SIG_FLAG_IFINDEX && key->l3index != l3index) in __tcp_md5_do_lookup()1140 if ((key->flags & TCP_MD5SIG_FLAG_IFINDEX) != (flags & TCP_MD5SIG_FLAG_IFINDEX)) in tcp_md5_do_lookup_exact()1278 flags = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX; in tcp_v4_parse_md5_keys()1288 cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX) { in tcp_v4_parse_md5_keys()
624 flags = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX; in tcp_v6_parse_md5_keys()637 cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX) { in tcp_v6_parse_md5_keys()
283 md5sig.tcpm_flags |= TCP_MD5SIG_FLAG_IFINDEX; in tcp_md5sig()