table of contents
other versions
NETIF_START_SUBQUEUE(9) | Network device support | NETIF_START_SUBQUEUE(9) |
NAME¶
netif_start_subqueue - allow sending packets on subqueueSYNOPSIS¶
void netif_start_subqueue(struct net_device * dev, u16 queue_index);
ARGUMENTS¶
struct net_device * devnetwork device
u16 queue_index
sub queue index
DESCRIPTION¶
Start individual transmit queue of a device with multiple transmit queues.COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |