table of contents
other versions
- wheezy 3.2.78-1
| NETIF_STOP_QUEUE(9) | Network device support | NETIF_STOP_QUEUE(9) |
NAME¶
netif_stop_queue - stop transmitted packetsSYNOPSIS¶
void
netif_stop_queue(struct net_device * dev);
ARGUMENTS¶
devnetwork device
DESCRIPTION¶
Stop upper layers calling the device hard_start_xmit routine. Used for flow control when transmit resources are unavailable.COPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |