newstats         1463 net/netfilter/nf_tables_api.c 	struct nft_stats __percpu *newstats;
newstats         1475 net/netfilter/nf_tables_api.c 	newstats = netdev_alloc_pcpu_stats(struct nft_stats);
newstats         1476 net/netfilter/nf_tables_api.c 	if (newstats == NULL)
newstats         1483 net/netfilter/nf_tables_api.c 	stats = this_cpu_ptr(newstats);
newstats         1488 net/netfilter/nf_tables_api.c 	return newstats;