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

/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.h1732 NETDEV_PCPU_STAT_DSTATS, /* struct pcpu_dstats */
2075 struct pcpu_dstats __percpu *dstats;
2733 struct pcpu_dstats { struct
/linux-master/net/core/
H A Ddev.c10232 v = dev->dstats = netdev_alloc_pcpu_stats(struct pcpu_dstats);

Completed in 285 milliseconds