EBT_VERDICT_BITS   37 net/bridge/netfilter/ebt_mark.c 	return info->target | ~EBT_VERDICT_BITS;
EBT_VERDICT_BITS   45 net/bridge/netfilter/ebt_mark.c 	tmp = info->target | ~EBT_VERDICT_BITS;
EBT_VERDICT_BITS   50 net/bridge/netfilter/ebt_mark.c 	tmp = info->target & ~EBT_VERDICT_BITS;
EBT_VERDICT_BITS   43 net/bridge/netfilter/ebt_snat.c 	return info->target | ~EBT_VERDICT_BITS;
EBT_VERDICT_BITS   51 net/bridge/netfilter/ebt_snat.c 	tmp = info->target | ~EBT_VERDICT_BITS;
EBT_VERDICT_BITS   57 net/bridge/netfilter/ebt_snat.c 	tmp = info->target | EBT_VERDICT_BITS;