Home
last modified time | relevance | path

Searched refs:EBT_IPROTO (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/netfilter_bridge/
H A Debtables.h112 #define EBT_IPROTO 0x01 macro
119 #define EBT_INV_MASK (EBT_IPROTO | EBT_IIN | EBT_IOUT | EBT_ILOGICALIN \
/linux/net/bridge/netfilter/
H A Debt_arpreply.c70 e->invflags & EBT_IPROTO) in ebt_arpreply_tg_check()
H A Debt_arp.c108 e->invflags & EBT_IPROTO) in ebt_arp_mt_check()
H A Debt_ip.c110 e->invflags & EBT_IPROTO) in ebt_ip_mt_check()
H A Debt_ip6.c111 if (e->ethproto != htons(ETH_P_IPV6) || e->invflags & EBT_IPROTO) in ebt_ip6_mt_check()