Searched refs:newstats (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/slicoss/ |
D | slicoss.c | 1071 struct slic_stats *newstats = slicstats; in slic_upr_request_complete() local 1083 newstats->xmit_tcp_segs_gb, in slic_upr_request_complete() 1087 newstats->xmit_tcp_bytes_gb, in slic_upr_request_complete() 1091 newstats->rcv_tcp_segs_gb, in slic_upr_request_complete() 1095 newstats->rcv_tcp_bytes_gb, in slic_upr_request_complete() 1099 newstats->xmit_bytes_gb, in slic_upr_request_complete() 1103 newstats->xmit_unicasts_gb, in slic_upr_request_complete() 1107 newstats->rcv_bytes_gb, in slic_upr_request_complete() 1111 newstats->rcv_unicasts_gb, in slic_upr_request_complete() 1115 newstats->xmit_collisions_gb, in slic_upr_request_complete() [all …]
|
/linux-4.4.14/net/netfilter/ |
D | nf_tables_api.c | 1162 struct nft_stats __percpu *newstats; in nft_stats_alloc() local 1173 newstats = netdev_alloc_pcpu_stats(struct nft_stats); in nft_stats_alloc() 1174 if (newstats == NULL) in nft_stats_alloc() 1181 stats = this_cpu_ptr(newstats); in nft_stats_alloc() 1186 return newstats; in nft_stats_alloc() 1190 struct nft_stats __percpu *newstats) in nft_chain_stats_replace() argument 1192 if (newstats == NULL) in nft_chain_stats_replace() 1199 rcu_assign_pointer(chain->stats, newstats); in nft_chain_stats_replace() 1203 rcu_assign_pointer(chain->stats, newstats); in nft_chain_stats_replace()
|