Scroll to navigation

NETIF_WAKE_QUEUE(9) Network device support NETIF_WAKE_QUEUE(9)

NAME

netif_wake_queue - restart transmit

SYNOPSIS

void netif_wake_queue(struct net_device * dev);

ARGUMENTS

struct net_device * dev
network device

DESCRIPTION

Allow upper layers to call the device hard_start_xmit routine. Used for flow control when transmit resources are available.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11