Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h100 #define IPT_INV_PROTO XT_INV_PROTO macro
/openbmc/linux/net/netfilter/
H A Dxt_ecn.c96 (ip->proto != IPPROTO_TCP || ip->invflags & IPT_INV_PROTO)) { in ecn_mt_check4()
H A Dxt_TPROXY.c199 && !(i->invflags & IPT_INV_PROTO)) in tproxy_tg4_check()
H A Dxt_CT.c59 if (e->ip.invflags & IPT_INV_PROTO) in xt_ct_find_proto()
H A Dnft_compat.c153 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_target_set_tgchk_param()
454 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_match_set_mtchk_param()
/openbmc/linux/net/ipv4/netfilter/
H A Dip_tables.c69 NF_INVF(ipinfo, IPT_INV_PROTO, ip->protocol != ipinfo->proto)) in ip_packet_match()
472 ip->proto, ip->invflags & IPT_INV_PROTO); in check_match()
511 e->ip.proto, e->ip.invflags & IPT_INV_PROTO); in check_target()