1. NAME

netif_stop_queue - stop transmitted packets

2. SYNOPSIS

void netif_stop_queue(struct net_device *  dev );

3. ARGUMENTS

dev
    network device

4. DESCRIPTION

Stop upper layers calling the device hard_start_xmit routine. Used for flow control when transmit resources are unavailable.

5. COPYRIGHT