NETIF_STOP_QUEUE(9) Network device support NETIF_STOP_QUEUE(9)NAMEnetif_stop_queue - stop transmitted packetsSYNOPSISvoid netif_stop_queue(struct net_device * dev);ARGUMENTSdev network deviceDESCRIPTIONStop upper layers calling the device hard_start_xmit routine. Used for flow control when transmit resources are unavailable.COPYRIGHTKernel Hackers Manual 2.6. July 2010 NETIF_STOP_QUEUE(9)
| Related Man Pages |
|---|
| device_create_with_groups(9) - centos |
| device_schedule_callback_owner(9) - centos |
| audiocfg(1) - netbsd |
| device_schedule_callback_owner(9) - suse |
| struct_input_polled_dev(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Compiling virtual network adapter driver problem (net_device struct) |