Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter_ipv4/
Dip_tables.h96 #define IPT_INV_DSTIP 0x10 /* Invert the sense of DST OP. */ macro
/linux-4.4.14/net/ipv4/netfilter/
Dip_tables.c88 IPT_INV_DSTIP)) { in ip_packet_match()
96 ipinfo->invflags & IPT_INV_DSTIP ? " (INV)" : ""); in ip_packet_match()