Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h104 #define IP6T_INV_PROTO XT_INV_PROTO macro
/linux/net/netfilter/
H A Dxt_ecn.c138 (ip->proto != IPPROTO_TCP || ip->invflags & IP6T_INV_PROTO)) { in ecn_mt_check6()
H A Dxt_TPROXY.c176 !(i->invflags & IP6T_INV_PROTO)) in tproxy_tg6_check()
H A Dxt_CT.c65 if (e->ipv6.invflags & IP6T_INV_PROTO) in xt_ct_find_proto()
H A Dnft_compat.c160 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_target_set_tgchk_param()
460 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_match_set_mtchk_param()
/linux/net/ipv6/netfilter/
H A Dip6_tables.c91 if (ip6info->invflags & IP6T_INV_PROTO) in ip6_packet_match()
99 !(ip6info->invflags & IP6T_INV_PROTO)) in ip6_packet_match()
489 ipv6->proto, ipv6->invflags & IP6T_INV_PROTO); in check_match()
530 e->ipv6.invflags & IP6T_INV_PROTO); in check_target()