Searched refs:net_device_core_stats (Results 1 – 3 of 3) sorted by relevance
51 struct net_device_core_stats* core_stats
223 struct net_device_core_stats { struct2179 struct net_device_core_stats __percpu *core_stats;4228 offsetof(struct net_device_core_stats, FIELD)); \
11326 static __cold struct net_device_core_stats __percpu *netdev_core_stats_alloc( in netdev_core_stats_alloc()11329 struct net_device_core_stats __percpu *p; in netdev_core_stats_alloc()11331 p = alloc_percpu_gfp(struct net_device_core_stats, in netdev_core_stats_alloc()11344 struct net_device_core_stats __percpu *p = READ_ONCE(dev->core_stats); in netdev_core_stats_inc()11372 const struct net_device_core_stats __percpu *p; in dev_get_stats()11404 const struct net_device_core_stats *core_stats; in dev_get_stats()