Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter_arp/
Darp_tables.h80 #define ARPT_INV_VIA_OUT 0x0002 /* Invert the sense of OUT IFACE */ macro
/linux-4.4.14/net/ipv4/netfilter/
Darp_tables.c195 if (FWINV(ret != 0, ARPT_INV_VIA_OUT)) { in arp_packet_match()
198 arpinfo->invflags & ARPT_INV_VIA_OUT ? " (INV)" : ""); in arp_packet_match()