Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_tables.h111 #define IPT_INV_VIA_OUT 0x02 /* Invert the sense of OUT IFACE */ macro
/linux-2.4.37.9/net/ipv4/netfilter/
Dip_tables.c171 if (FWINV(ret != 0, IPT_INV_VIA_OUT)) { in ip_packet_match()
174 ipinfo->invflags&IPT_INV_VIA_OUT ?" (INV)":""); in ip_packet_match()