netdev_reset_queue(9) reset the packets and bytes count of a network device

SYNOPSIS

void netdev_reset_queue(struct net_device * dev_queue);

ARGUMENTS

dev_queue

network device

DESCRIPTION

Reset the bytes and packet count of a network device and clear the software flow control OFF bit for this network device

COPYRIGHT