Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter_arp/
H A Darp_tables.h78 #define ARPT_F_MASK 0x00 /* All possible flag bits mask. */ macro
/openbmc/linux/net/ipv4/netfilter/
H A Darp_tables.c147 if (arp->flags & ~ARPT_F_MASK) in arp_checkentry()