Home
last modified time | relevance | path

Searched refs:newstats (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_tables_api.c1627 struct nft_stats __percpu *newstats; in nft_stats_alloc() local
1639 newstats = netdev_alloc_pcpu_stats(struct nft_stats); in nft_stats_alloc()
1640 if (newstats == NULL) in nft_stats_alloc()
1647 stats = this_cpu_ptr(newstats); in nft_stats_alloc()
1652 return newstats; in nft_stats_alloc()