Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debt_log.h10 #define EBT_LOG_IP6 0x08 macro
11 #define EBT_LOG_MASK (EBT_LOG_IP | EBT_LOG_ARP | EBT_LOG_IP6)
/openbmc/linux/net/bridge/netfilter/
H A Debt_log.c114 if ((bitmask & EBT_LOG_IP6) && eth_hdr(skb)->h_proto == in ebt_log_packet()