table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
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¶
February 2017 | Kernel Hackers Manual 3.16 |