Home
last modified time | relevance | path

Searched refs:netdev_core_stats_alloc (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/
Dnetdevice.h3983 struct net_device_core_stats __percpu *netdev_core_stats_alloc(struct net_device *dev);
3993 return netdev_core_stats_alloc(dev); in dev_core_stats()
/Linux-v6.6/net/core/
Ddev.c10507 struct net_device_core_stats __percpu *netdev_core_stats_alloc(struct net_device *dev) in netdev_core_stats_alloc() function
10520 EXPORT_SYMBOL(netdev_core_stats_alloc);