dev_get_stats(9) centos man page | unix.com

Man Page: dev_get_stats

Operating Environment: centos

Section: 9

DEV_GET_STATS(9)					      Network device support						  DEV_GET_STATS(9)

NAME
dev_get_stats - get network device statistics
SYNOPSIS
struct rtnl_link_stats64 * dev_get_stats(struct net_device * dev, struct rtnl_link_stats64 * storage);
ARGUMENTS
dev device to get statistics from storage place to store stats
DESCRIPTION
Get network statistics from device. Return storage. The device driver may provide its own method by setting dev->netdev_ops->get_stats64 or dev->netdev_ops->get_stats; otherwise the internal statistics structure is used.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DEV_GET_STATS(9)
Related Man Pages
device_create(9) - centos
device_schedule_callback_owner(9) - centos
struct_bus_type(9) - centos
uled(4) - freebsd
device_schedule_callback_owner(9) - suse
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
How to increment version inside a file?
DB2 convert digits to binary format
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq