1NETIF_WAKE_QUEUE(9)         Network device support         NETIF_WAKE_QUEUE(9)
2
3
4

NAME

6       netif_wake_queue - restart transmit
7

SYNOPSIS

9       void netif_wake_queue(struct net_device * dev);
10

ARGUMENTS

12       dev
13           network device
14

DESCRIPTION

16       Allow upper layers to call the device hard_start_xmit routine. Used for
17       flow control when transmit resources are available.
18
20Kernel Hackers Manual 3.10         June 2019               NETIF_WAKE_QUEUE(9)
Impressum