Searched refs:EBT_VERDICT_BITS (Results 1 – 4 of 4) sorted by relevance
80 info->target = (info->target & ~EBT_VERDICT_BITS) | in brmark_parse()81 (tmp & EBT_VERDICT_BITS); in brmark_parse()91 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()101 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()111 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()121 info->target = (info->target & EBT_VERDICT_BITS) | in brmark_parse()142 tmp = info->target & ~EBT_VERDICT_BITS; in brmark_print()155 tmp = info->target | ~EBT_VERDICT_BITS; in brmark_print()184 tmp = info->target & ~EBT_VERDICT_BITS; in brmark_xlate()204 tmp = info->target & EBT_VERDICT_BITS; in brmark_xlate()
68 natinfo->target = (natinfo->target & ~EBT_VERDICT_BITS) | (tmp & EBT_VERDICT_BITS); in brsnat_parse()96 printf(" --snat-target %s", ebt_target_name((natinfo->target|~EBT_VERDICT_BITS))); in brsnat_print()123 xt_xlate_add(xl, "%s ", brsnat_verdict(natinfo->target | ~EBT_VERDICT_BITS)); in brsnat_xlate()
67 #define EBT_VERDICT_BITS 0x0000000F macro
34 #define EBT_VERDICT_BITS 0x0000000F macro