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

/linux-4.1.27/drivers/staging/slicoss/
H A Dslicoss.c1048 struct slic_stats *newstats = slicstats; slic_upr_request_complete() local
1060 newstats->xmit_tcp_segs_gb, slic_upr_request_complete()
1064 newstats->xmit_tcp_bytes_gb, slic_upr_request_complete()
1068 newstats->rcv_tcp_segs_gb, slic_upr_request_complete()
1072 newstats->rcv_tcp_bytes_gb, slic_upr_request_complete()
1076 newstats->xmit_bytes_gb, slic_upr_request_complete()
1080 newstats->xmit_unicasts_gb, slic_upr_request_complete()
1084 newstats->rcv_bytes_gb, slic_upr_request_complete()
1088 newstats->rcv_unicasts_gb, slic_upr_request_complete()
1092 newstats->xmit_collisions_gb, slic_upr_request_complete()
1096 newstats->xmit_excess_collisions_gb, slic_upr_request_complete()
1100 newstats->xmit_other_error_gb, slic_upr_request_complete()
1104 newstats->rcv_other_error_gb, slic_upr_request_complete()
1108 newstats->rcv_drops_gb, slic_upr_request_complete()
1111 if (newstats->rcv_drops_gb > old->rcv_drops_gb) { slic_upr_request_complete()
1113 (newstats->rcv_drops_gb - slic_upr_request_complete()
1116 memcpy(old, newstats, sizeof(struct slic_stats)); slic_upr_request_complete()
/linux-4.1.27/net/netfilter/
H A Dnf_tables_api.c1119 struct nft_stats __percpu *newstats; nft_stats_alloc() local
1130 newstats = netdev_alloc_pcpu_stats(struct nft_stats); nft_stats_alloc()
1131 if (newstats == NULL) nft_stats_alloc()
1138 stats = this_cpu_ptr(newstats); nft_stats_alloc()
1143 return newstats; nft_stats_alloc()
1147 struct nft_stats __percpu *newstats) nft_chain_stats_replace()
1149 if (newstats == NULL) nft_chain_stats_replace()
1156 rcu_assign_pointer(chain->stats, newstats); nft_chain_stats_replace()
1160 rcu_assign_pointer(chain->stats, newstats); nft_chain_stats_replace()
1146 nft_chain_stats_replace(struct nft_base_chain *chain, struct nft_stats __percpu *newstats) nft_chain_stats_replace() argument

Completed in 100 milliseconds