Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdevice.h4025 struct net_device_core_stats __percpu *netdev_core_stats_alloc(struct net_device *dev);
4035 return netdev_core_stats_alloc(dev); in dev_core_stats()
/openbmc/linux/net/core/
H A Ddev.c10614 struct net_device_core_stats __percpu *netdev_core_stats_alloc(struct net_device *dev) in netdev_core_stats_alloc() function
10627 EXPORT_SYMBOL(netdev_core_stats_alloc);
10654 /* This READ_ONCE() pairs with the write in netdev_core_stats_alloc() */ in dev_get_stats()