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

NAME

6       netif_stop_queue - stop transmitted packets
7

SYNOPSIS

9       void netif_stop_queue(struct net_device * dev);
10

ARGUMENTS

12       dev
13           network device
14

DESCRIPTION

16       Stop upper layers calling the device hard_start_xmit routine. Used for
17       flow control when transmit resources are unavailable.
18
20Kernel Hackers Manual 3.10         June 2019               NETIF_STOP_QUEUE(9)
Impressum