Home
last modified time | relevance | path

Searched refs:net_device_core_stats (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst51 struct net_device_core_stats* core_stats
/linux/include/linux/
H A Dnetdevice.h221 struct net_device_core_stats { struct
2180 struct net_device_core_stats __percpu *core_stats;
4082 offsetof(struct net_device_core_stats, FIELD)); \
/linux/net/core/
H A Ddev.c10999 static __cold struct net_device_core_stats __percpu *netdev_core_stats_alloc( in netdev_core_stats_alloc()
11002 struct net_device_core_stats __percpu *p; in netdev_core_stats_alloc()
11004 p = alloc_percpu_gfp(struct net_device_core_stats, in netdev_core_stats_alloc()
11017 struct net_device_core_stats __percpu *p = READ_ONCE(dev->core_stats); in netdev_core_stats_inc()
11045 const struct net_device_core_stats __percpu *p; in dev_get_stats()
11063 const struct net_device_core_stats *core_stats; in dev_get_stats()