Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter_ipv4/
Dip_tables.h98 #define IPT_INV_PROTO XT_INV_PROTO macro
/linux-4.4.14/net/netfilter/
Dxt_ecn.c99 (ip->proto != IPPROTO_TCP || ip->invflags & IPT_INV_PROTO)) { in ecn_mt_check4()
Dnft_compat.c135 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_target_set_tgchk_param()
352 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_match_set_mtchk_param()
Dxt_CT.c62 if (e->ip.invflags & IPT_INV_PROTO) in xt_ct_find_proto()
Dxt_TPROXY.c535 && !(i->invflags & IPT_INV_PROTO)) in tproxy_tg4_check()
/linux-4.4.14/net/ipv4/netfilter/
Dip_tables.c120 FWINV(ip->protocol != ipinfo->proto, IPT_INV_PROTO)) { in ip_packet_match()
123 ipinfo->invflags & IPT_INV_PROTO ? " (INV)" : ""); in ip_packet_match()
600 ip->proto, ip->invflags & IPT_INV_PROTO); in check_match()
647 e->ip.proto, e->ip.invflags & IPT_INV_PROTO); in check_target()