NETIF_START_QUEUE

Section: Network device support (9)
Updated: February 2011
Index Return to Main Contents
 

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