EBT_VERDICT_BITS   36 net/bridge/netfilter/ebt_mark.c 	return info->target | ~EBT_VERDICT_BITS;
EBT_VERDICT_BITS   44 net/bridge/netfilter/ebt_mark.c 	tmp = info->target | ~EBT_VERDICT_BITS;
EBT_VERDICT_BITS   49 net/bridge/netfilter/ebt_mark.c 	tmp = info->target & ~EBT_VERDICT_BITS;
EBT_VERDICT_BITS   42 net/bridge/netfilter/ebt_snat.c 	return info->target | ~EBT_VERDICT_BITS;
EBT_VERDICT_BITS   50 net/bridge/netfilter/ebt_snat.c 	tmp = info->target | ~EBT_VERDICT_BITS;
EBT_VERDICT_BITS   56 net/bridge/netfilter/ebt_snat.c 	tmp = info->target | EBT_VERDICT_BITS;