Searched refs:TCP_MD5SIG_FLAG_IFINDEX (Results 1 – 5 of 5) sorted by relevance
325 #define TCP_MD5SIG_FLAG_IFINDEX 0x2 /* ifindex set */ macro
324 #define TCP_MD5SIG_FLAG_IFINDEX 0x2 /* ifindex set */ macro
1076 if (key->flags & TCP_MD5SIG_FLAG_IFINDEX && key->l3index != l3index) in __tcp_md5_do_lookup()1121 if ((key->flags & TCP_MD5SIG_FLAG_IFINDEX) != (flags & TCP_MD5SIG_FLAG_IFINDEX)) in tcp_md5_do_lookup_exact()1259 flags = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX; in tcp_v4_parse_md5_keys()1269 cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX) { in tcp_v4_parse_md5_keys()
613 flags = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX; in tcp_v6_parse_md5_keys()626 cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX) { in tcp_v6_parse_md5_keys()
279 md5sig.tcpm_flags |= TCP_MD5SIG_FLAG_IFINDEX; in tcp_md5sig()