Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_ecn.c141 (ip->proto != IPPROTO_TCP || ip->invflags & IP6T_INV_PROTO)) { in ecn_mt_check6()
Dnft_compat.c142 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_target_set_tgchk_param()
359 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_match_set_mtchk_param()
Dxt_CT.c68 if (e->ipv6.invflags & IP6T_INV_PROTO) in xt_ct_find_proto()
Dxt_TPROXY.c521 !(i->invflags & IP6T_INV_PROTO)) in tproxy_tg6_check()
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h102 #define IP6T_INV_PROTO XT_INV_PROTO macro
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c150 ip6info->invflags & IP6T_INV_PROTO ? "!":"", in ip6_packet_match()
154 if (ip6info->invflags & IP6T_INV_PROTO) in ip6_packet_match()
162 !(ip6info->invflags & IP6T_INV_PROTO)) in ip6_packet_match()
611 ipv6->proto, ipv6->invflags & IP6T_INV_PROTO); in check_match()
660 e->ipv6.proto, e->ipv6.invflags & IP6T_INV_PROTO); in check_target()