Man Page: netif_queue_stopped
Operating Environment: centos
Section: 9
NETIF_QUEUE_STOPPED(9) Network device support NETIF_QUEUE_STOPPED(9)NAMEnetif_queue_stopped - test if transmit queue is flowblockedSYNOPSISbool netif_queue_stopped(const struct net_device * dev);ARGUMENTSdev network deviceDESCRIPTIONTest if transmit queue on device is currently unable to send.COPYRIGHTKernel Hackers Manual 3.10 June 2014 NETIF_QUEUE_STOPPED(9)
| Related Man Pages |
|---|
| blk_init_queue(9) - centos |
| device_create_vargs(9) - centos |
| struct_device_driver(9) - centos |
| struct_input_polled_dev(9) - centos |
| sfxge(4) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| can "netif_queue_stopped" function check wether or not the net device queue is stopped? |