Searched refs:pcpu_dstats (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/
H A Dvrf.c126 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats);
146 const struct pcpu_dstats *dstats;
606 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats);
/linux-master/include/linux/
H A Dnetdevice.h1731 NETDEV_PCPU_STAT_DSTATS, /* struct pcpu_dstats */
2073 struct pcpu_dstats __percpu *dstats;
2729 struct pcpu_dstats { struct
/linux-master/net/core/
H A Ddev.c10141 v = dev->dstats = netdev_alloc_pcpu_stats(struct pcpu_dstats);

Completed in 153 milliseconds