Home
last modified time | relevance | path

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

/linux-5.19.10/net/bridge/netfilter/
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()
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()
/linux-5.19.10/include/uapi/linux/netfilter_bridge/
Debtables.h34 #define EBT_VERDICT_BITS 0x0000000F macro