Home
last modified time | relevance | path

Searched refs:IPT_INV_FRAG (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_tables.h115 #define IPT_INV_FRAG 0x20 /* Invert the sense of FRAG. */ macro
/linux-2.4.37.9/net/ipv4/netfilter/
Dip_tables.c189 if (FWINV((ipinfo->flags&IPT_F_FRAG) && !isfrag, IPT_INV_FRAG)) { in ip_packet_match()
191 ipinfo->invflags & IPT_INV_FRAG ? " (INV)" : ""); in ip_packet_match()