Searched refs:EBT_VERDICT_BITS (Results 1 – 3 of 3) sorted by relevance
42 return info->target | ~EBT_VERDICT_BITS; in ebt_snat_tg()50 tmp = info->target | ~EBT_VERDICT_BITS; in ebt_snat_tg_check()56 tmp = info->target | EBT_VERDICT_BITS; in ebt_snat_tg_check()
36 return info->target | ~EBT_VERDICT_BITS; in ebt_mark_tg()44 tmp = info->target | ~EBT_VERDICT_BITS; in ebt_mark_tg_check()49 tmp = info->target & ~EBT_VERDICT_BITS; in ebt_mark_tg_check()
30 #define EBT_VERDICT_BITS 0x0000000F macro