suse man page for netif_stop_queue

Query: netif_stop_queue

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 2.6. July 2010 NETIF_STOP_QUEUE(9)
Related Man Pages
struct_input_polled_dev(9) - centos
ata_scsi_translate(9) - suse
device_create_vargs(9) - suse
device_schedule_callback_owner(9) - suse
struct_usb_composite_driver(9) - suse
Similar Topics in the Unix Linux Community
Compiling virtual network adapter driver problem (net_device struct)