table of contents
other versions
NETIF_START_QUEUE(9) | Network device support | NETIF_START_QUEUE(9) |
NAME¶
netif_start_queue - allow transmit
SYNOPSIS¶
void netif_start_queue(struct net_device * dev);
ARGUMENTS¶
struct net_device * dev
network device
DESCRIPTION¶
Allow upper layers to call the device hard_start_xmit routine.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |