1NETIF_QUEUE_STOPPED(9) Network device support NETIF_QUEUE_STOPPED(9)
23
4
NAME
6netif_queue_stopped - test if transmit queue is flowblocked
7
SYNOPSIS
9int netif_queue_stopped(const struct net_device * dev);
10
ARGUMENTS
12dev
13network device
14
DESCRIPTION
16Test if transmit queue on device is currently unable to send.
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 NETIF_QUEUE_STOPPED(9)