1DEV_GET_STATS(9) Network device support DEV_GET_STATS(9)
23
4
NAME
6dev_get_stats - get network device statistics
7
SYNOPSIS
9const struct net_device_stats * dev_get_stats(struct net_device * dev);
10
ARGUMENTS
12dev
13device to get statistics from
14
DESCRIPTION
16Get network statistics from device. The device driver may provide its
17own method by setting dev->netdev_ops->get_stats; otherwise the
18internal statistics structure is used.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 DEV_GET_STATS(9)