suse man page for netif_queue_stopped

Query: netif_queue_stopped

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NETIF_QUEUE_STOPPED(9)					      Network device support					    NETIF_QUEUE_STOPPED(9)

NAME
netif_queue_stopped - test if transmit queue is flowblocked
SYNOPSIS
int 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
Kernel Hackers Manual 2.6. July 2010 NETIF_QUEUE_STOPPED(9)
Related Man Pages
device_create_vargs(9) - centos
struct_device_driver(9) - centos
device_create(9) - suse
device_create_vargs(9) - suse
struct_input_polled_dev(9) - suse
Similar Topics in the Unix Linux Community
can "netif_queue_stopped" function check wether or not the net device queue is stopped?