1DEV_GET_STATS64(9) Network device support DEV_GET_STATS64(9)
2
3
4
6 dev_get_stats64 - get network device statistics
7
9 const struct rtnl_link_stats64 *
10 dev_get_stats64(struct net_device * dev,
11 struct rtnl_link_stats64 * storage);
12
14 dev
15 device to get statistics from
16
17 storage
18 place to store stats
19
21 Get network statistics from device. The device driver may provide its
22 own method by setting dev->netdev_ops->get_stats64 or
23 dev->netdev_ops->get_stats; otherwise the internal statistics structure
24 is used.
25
27Kernel Hackers Manual 2.6. June 2019 DEV_GET_STATS64(9)