table of contents
other versions
- wheezy 3.2.78-1
NETIF_STOP_SUBQUEUE(9) | Network device support | NETIF_STOP_SUBQUEUE(9) |
NAME¶
netif_stop_subqueue - stop sending packets on subqueueSYNOPSIS¶
void
netif_stop_subqueue(struct net_device * dev,
u16 queue_index);
ARGUMENTS¶
devnetwork device
queue_index
sub queue index
DESCRIPTION¶
Stop individual transmit queue of a device with multiple transmit queues.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |