NETIF_STOP_QUEUE
Section: Network device support (9)
Updated: February 2011
Index
Return to Main Contents
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