Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/netfilter_arp/
Darp_tables.h81 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */ macro
/linux-4.1.27/net/ipv4/netfilter/
Darp_tables.c165 ARPT_INV_SRCIP) || in arp_packet_match()
174 arpinfo->invflags & ARPT_INV_SRCIP ? " (INV)" : ""); in arp_packet_match()