Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter_bridge/
Debt_log.h6 #define EBT_LOG_IP 0x01 /* if the frame is made by ip, log the ip information */ macro
10 #define EBT_LOG_MASK (EBT_LOG_IP | EBT_LOG_ARP | EBT_LOG_IP6)
/linux-4.4.14/net/bridge/netfilter/
Debt_log.c98 if ((bitmask & EBT_LOG_IP) && eth_hdr(skb)->h_proto == in ebt_log_packet()