Home
last modified time | relevance | path

Searched refs:pcpu_stat_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/
H A Dvrf.c1690 dev->pcpu_stat_type = NETDEV_PCPU_STAT_DSTATS; in vrf_setup()
H A Dveth.c1754 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS; in veth_setup()
/openbmc/linux/net/core/
H A Ddev.c10113 dev->pcpu_stat_type != NETDEV_PCPU_STAT_TSTATS) in netdev_do_alloc_pcpu_stats()
10116 switch (dev->pcpu_stat_type) { in netdev_do_alloc_pcpu_stats()
10137 switch (dev->pcpu_stat_type) { in netdev_do_free_pcpu_stats()
/openbmc/linux/include/linux/
H A Dnetdevice.h2342 enum netdev_stat_type pcpu_stat_type:8; member