netif_stop_queue(9) centos man page | unix.com

Man Page: netif_stop_queue

Operating Environment: centos

Section: 9

NETIF_STOP_QUEUE(9)					      Network device support					       NETIF_STOP_QUEUE(9)

NAME
netif_stop_queue - stop transmitted packets
SYNOPSIS
void netif_stop_queue(struct net_device * dev);
ARGUMENTS
dev network device
DESCRIPTION
Stop upper layers calling the device hard_start_xmit routine. Used for flow control when transmit resources are unavailable.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 NETIF_STOP_QUEUE(9)
Related Man Pages
device_create(9) - centos
device_schedule_callback_owner(9) - centos
struct_bus_type(9) - centos
struct_device_driver(9) - centos
struct_regulator_config(9) - centos
Similar Topics in the Unix Linux Community
Compiling virtual network adapter driver problem (net_device struct)