Home
last modified time | relevance | path

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

/external/kernel-headers/original/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)
/external/iptables/extensions/
Dlibebt_log.c131 loginfo->bitmask |= EBT_LOG_IP; in brlog_parse()
170 if (loginfo->bitmask & EBT_LOG_IP) in brlog_print()