Home
last modified time | relevance | path

Searched refs:NETDEV_PCPU_STAT_DSTATS (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/net/l2tp/
Dl2tp_eth.c102 dev->pcpu_stat_type = NETDEV_PCPU_STAT_DSTATS; in l2tp_eth_dev_setup()
/linux-6.14.4/drivers/net/
Dbareudp.c592 dev->pcpu_stat_type = NETDEV_PCPU_STAT_DSTATS; in bareudp_setup()
Dvrf.c1648 dev->pcpu_stat_type = NETDEV_PCPU_STAT_DSTATS; in vrf_setup()
Dgeneve.c1205 dev->pcpu_stat_type = NETDEV_PCPU_STAT_DSTATS; in geneve_setup()
/linux-6.14.4/net/core/
Ddev.c10788 case NETDEV_PCPU_STAT_DSTATS: in netdev_do_alloc_pcpu_stats()
10809 case NETDEV_PCPU_STAT_DSTATS: in netdev_do_free_pcpu_stats()
11395 } else if (dev->pcpu_stat_type == NETDEV_PCPU_STAT_DSTATS) { in dev_get_stats()
/linux-6.14.4/include/linux/
Dnetdevice.h1731 NETDEV_PCPU_STAT_DSTATS, /* struct pcpu_dstats */ enumerator
/linux-6.14.4/drivers/net/vxlan/
Dvxlan_core.c3371 dev->pcpu_stat_type = NETDEV_PCPU_STAT_DSTATS; in vxlan_setup()