Lines Matching refs:stats64
307 struct pcpu_sw_netstats *stats64 = this_cpu_ptr(dev->stats64);
320 flags = u64_stats_update_begin_irqsave(&stats64->syncp);
321 stats64->rx_packets++;
322 stats64->rx_bytes += skb->len;
323 u64_stats_update_end_irqrestore(&stats64->syncp, flags);
987 dev_fetch_sw_netstats(stats, dev->stats64);
1222 struct pcpu_sw_netstats *stats64 = this_cpu_ptr(dev->stats64);
1225 flags = u64_stats_update_begin_irqsave(&stats64->syncp);
1226 stats64->tx_packets += entry->packets;
1227 stats64->tx_bytes += entry->length;
1228 u64_stats_update_end_irqrestore(&stats64->syncp, flags);
1601 free_percpu(dev->stats64);
1676 dev->stats64 = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats);
1677 if (!dev->stats64)
1828 free_percpu(dev->stats64);