Searched refs:EBT_VERDICT_BITS (Results 1 – 3 of 3) sorted by relevance
43 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()
37 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()
34 #define EBT_VERDICT_BITS 0x0000000F macro