Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/netfilter_bridge/
Debtables.h103 #define EBT_NOPROTO 0x02 macro
107 #define EBT_F_MASK (EBT_NOPROTO | EBT_802_3 | EBT_SOURCEMAC | EBT_DESTMAC \
/linux-2.6.39/net/bridge/netfilter/
Debtables.c143 } else if (!(e->bitmask & EBT_NOPROTO) && in ebt_basic_match()
676 if ( (e->bitmask & EBT_NOPROTO) && (e->bitmask & EBT_802_3) ) { in ebt_check_entry()