Searched refs:dstats (Results 1 – 2 of 2) sorted by relevance
135 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in vrf_rx_stats() local138 dstats->rx_pkts++; in vrf_rx_stats()139 dstats->rx_bytes += len; in vrf_rx_stats()159 dstats = per_cpu_ptr(dev->dstats, i); in vrf_get_stats64()163 tpkts = dstats->tx_pkts; in vrf_get_stats64()166 rpkts = dstats->rx_pkts; in vrf_get_stats64()616 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in vrf_xmit() local619 dstats->tx_pkts++; in vrf_xmit()1181 dev->dstats = NULL; in vrf_dev_uninit()1189 if (!dev->dstats) in vrf_dev_init()[all …]
2218 struct pcpu_dstats __percpu *dstats; member
Completed in 24 milliseconds