table of contents
NETIF_WAKE_QUEUE(9) | Network device support | NETIF_WAKE_QUEUE(9) |
NAME¶
netif_wake_queue - restart transmit
SYNOPSIS¶
void netif_wake_queue(struct net_device * dev);
ARGUMENTS¶
dev
network device
DESCRIPTION¶
Allow upper layers to call the device hard_start_xmit routine. Used for flow control when transmit resources are available.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |