Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dxt_ecn.c141 (ip->proto != IPPROTO_TCP || ip->invflags & IP6T_INV_PROTO)) { in ecn_mt_check6()
Dxt_TPROXY.c201 !(i->invflags & IP6T_INV_PROTO)) in tproxy_tg6_check()
Dxt_CT.c68 if (e->ipv6.invflags & IP6T_INV_PROTO) in xt_ct_find_proto()
Dnft_compat.c174 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_target_set_tgchk_param()
402 entry->e6.ipv6.invflags = inv ? IP6T_INV_PROTO : 0; in nft_match_set_mtchk_param()
/Linux-v4.19/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h104 #define IP6T_INV_PROTO XT_INV_PROTO macro
/Linux-v4.19/net/ipv6/netfilter/
Dip6_tables.c96 if (ip6info->invflags & IP6T_INV_PROTO) in ip6_packet_match()
104 !(ip6info->invflags & IP6T_INV_PROTO)) in ip6_packet_match()
493 ipv6->proto, ipv6->invflags & IP6T_INV_PROTO); in check_match()
534 e->ipv6.invflags & IP6T_INV_PROTO); in check_target()