Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/slicoss/
Dslicoss.c1048 struct slic_stats *newstats = slicstats; in slic_upr_request_complete() local
1060 newstats->xmit_tcp_segs_gb, in slic_upr_request_complete()
1064 newstats->xmit_tcp_bytes_gb, in slic_upr_request_complete()
1068 newstats->rcv_tcp_segs_gb, in slic_upr_request_complete()
1072 newstats->rcv_tcp_bytes_gb, in slic_upr_request_complete()
1076 newstats->xmit_bytes_gb, in slic_upr_request_complete()
1080 newstats->xmit_unicasts_gb, in slic_upr_request_complete()
1084 newstats->rcv_bytes_gb, in slic_upr_request_complete()
1088 newstats->rcv_unicasts_gb, in slic_upr_request_complete()
1092 newstats->xmit_collisions_gb, in slic_upr_request_complete()
[all …]
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c1119 struct nft_stats __percpu *newstats; in nft_stats_alloc() local
1130 newstats = netdev_alloc_pcpu_stats(struct nft_stats); in nft_stats_alloc()
1131 if (newstats == NULL) in nft_stats_alloc()
1138 stats = this_cpu_ptr(newstats); in nft_stats_alloc()
1143 return newstats; in nft_stats_alloc()
1147 struct nft_stats __percpu *newstats) in nft_chain_stats_replace() argument
1149 if (newstats == NULL) in nft_chain_stats_replace()
1156 rcu_assign_pointer(chain->stats, newstats); in nft_chain_stats_replace()
1160 rcu_assign_pointer(chain->stats, newstats); in nft_chain_stats_replace()