Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h104 #define IP6T_INV_PROTO XT_INV_PROTO macro
/linux-5.19.10/net/netfilter/
Dxt_ecn.c138 (ip->proto != IPPROTO_TCP || ip->invflags & IP6T_INV_PROTO)) { in ecn_mt_check6()
Dxt_TPROXY.c197 !(i->invflags & IP6T_INV_PROTO)) in tproxy_tg6_check()
Dxt_CT.c65 if (e->ipv6.invflags & IP6T_INV_PROTO) in xt_ct_find_proto()
Dnft_compat.c160 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_target_set_tgchk_param()
437 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_match_set_mtchk_param()
/linux-5.19.10/net/ipv6/netfilter/
Dip6_tables.c93 if (ip6info->invflags & IP6T_INV_PROTO) in ip6_packet_match()
101 !(ip6info->invflags & IP6T_INV_PROTO)) in ip6_packet_match()
491 ipv6->proto, ipv6->invflags & IP6T_INV_PROTO); in check_match()
532 e->ipv6.invflags & IP6T_INV_PROTO); in check_target()