Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debt_stp.h7 #define EBT_STP_TYPE 0x0001 macro
/openbmc/linux/net/bridge/netfilter/
H A Debt_stp.c135 if ((info->bitmask & EBT_STP_TYPE) && in ebt_stp_mt()
136 NF_INVF(info, EBT_STP_TYPE, info->type != sp->type)) in ebt_stp_mt()