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 |
|---|
| device_create_with_groups(9) - centos |
| device_schedule_callback_owner(9) - centos |
| blk_init_queue(9) - suse |
| device_create(9) - suse |
| if_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? |