Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/netfilter_ipv4/
Dip_tables.h100 #define IPT_INV_PROTO XT_INV_PROTO macro
/Linux-v4.19/net/netfilter/
Dxt_ecn.c99 (ip->proto != IPPROTO_TCP || ip->invflags & IPT_INV_PROTO)) { in ecn_mt_check4()
Dxt_TPROXY.c219 && !(i->invflags & IPT_INV_PROTO)) in tproxy_tg4_check()
Dxt_CT.c62 if (e->ip.invflags & IPT_INV_PROTO) in xt_ct_find_proto()
Dnft_compat.c167 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_target_set_tgchk_param()
395 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_match_set_mtchk_param()
/Linux-v4.19/net/ipv4/netfilter/
Dip_tables.c74 NF_INVF(ipinfo, IPT_INV_PROTO, ip->protocol != ipinfo->proto)) in ip_packet_match()
476 ip->proto, ip->invflags & IPT_INV_PROTO); in check_match()
515 e->ip.proto, e->ip.invflags & IPT_INV_PROTO); in check_target()