Scroll to navigation

NETIF_QUEUE_STOPPED(9) Network device support NETIF_QUEUE_STOPPED(9)

NAME

netif_queue_stopped - test if transmit queue is flowblocked

SYNOPSIS

bool netif_queue_stopped(const struct net_device * dev);

ARGUMENTS

dev

network device

DESCRIPTION

Test if transmit queue on device is currently unable to send.

COPYRIGHT

March 2017 Kernel Hackers Manual 4.10