Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debt_log.h8 #define EBT_LOG_ARP 0x02 macro
11 #define EBT_LOG_MASK (EBT_LOG_IP | EBT_LOG_ARP | EBT_LOG_IP6)
/openbmc/linux/net/bridge/netfilter/
H A Debt_log.c138 if ((bitmask & EBT_LOG_ARP) && in ebt_log_packet()