Searched refs:EBT_VERDICT_BITS (Results 1 – 3 of 3) sorted by relevance
83 info->target = (info->target & ~EBT_VERDICT_BITS) | in brmark_parse()84 (tmp & EBT_VERDICT_BITS); in brmark_parse()94 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()104 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()114 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()124 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()146 tmp = info->target & ~EBT_VERDICT_BITS; in brmark_print()159 tmp = info->target | ~EBT_VERDICT_BITS; in brmark_print()
71 #define EBT_VERDICT_BITS 0x0000000F macro
32 #define EBT_VERDICT_BITS 0x0000000F macro