Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debtables.h105 #define EBT_NOPROTO 0x02 macro
109 #define EBT_F_MASK (EBT_NOPROTO | EBT_802_3 | EBT_SOURCEMAC | EBT_DESTMAC \
/openbmc/linux/net/bridge/netfilter/
H A Debtables.c146 } else if (!(e->bitmask & EBT_NOPROTO) && in ebt_basic_match()
704 if ((e->bitmask & EBT_NOPROTO) && (e->bitmask & EBT_802_3)) in ebt_check_entry()