Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/netfilter_arp/
Darp_tables.h101 #define ARPT_F_MASK 0x00 /* All possible flag bits mask. */ macro
/linux-2.4.37.9/net/ipv4/netfilter/
Darp_tables.c211 if (arp->flags & ~ARPT_F_MASK) { in arp_checkentry()
213 arp->flags & ~ARPT_F_MASK); in arp_checkentry()