EBT_VERDICT_BITS
return info->target | ~EBT_VERDICT_BITS;
tmp = info->target | ~EBT_VERDICT_BITS;
tmp = info->target & ~EBT_VERDICT_BITS;
return info->target | ~EBT_VERDICT_BITS;
tmp = info->target | ~EBT_VERDICT_BITS;
tmp = info->target | EBT_VERDICT_BITS;