netif_start_queue(9) centos man page | unix.com

Man Page: netif_start_queue

Operating Environment: centos

Section: 9

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
dev network device
DESCRIPTION
Allow upper layers to call the device hard_start_xmit routine.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 NETIF_START_QUEUE(9)
Related Man Pages
device_create_vargs(9) - centos
struct_class(9) - centos
struct_device_driver(9) - centos
struct_ff_device(9) - centos
struct_input_polled_dev(9) - centos
Similar Topics in the Unix Linux Community
Compiling virtual network adapter driver problem (net_device struct)