Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/netfilter_arp/
Darp_tables.h79 #define ARPT_INV_VIA_IN 0x0001 /* Invert the sense of IN IFACE. */ macro
/linux-4.1.27/net/ipv4/netfilter/
Darp_tables.c186 if (FWINV(ret != 0, ARPT_INV_VIA_IN)) { in arp_packet_match()
189 arpinfo->invflags&ARPT_INV_VIA_IN ?" (INV)":""); in arp_packet_match()