Home
last modified time | relevance | path

Searched refs:EBT_VERDICT_BITS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/bridge/netfilter/
H A Debt_snat.c43 return info->target | ~EBT_VERDICT_BITS; in ebt_snat_tg()
51 tmp = info->target | ~EBT_VERDICT_BITS; in ebt_snat_tg_check()
57 tmp = info->target | EBT_VERDICT_BITS; in ebt_snat_tg_check()
H A Debt_mark.c37 return info->target | ~EBT_VERDICT_BITS; in ebt_mark_tg()
45 tmp = info->target | ~EBT_VERDICT_BITS; in ebt_mark_tg_check()
50 tmp = info->target & ~EBT_VERDICT_BITS; in ebt_mark_tg_check()
/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debtables.h34 #define EBT_VERDICT_BITS 0x0000000F macro