netif_stop_queue

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

netif_stop_queue - stop transmitted packets

SYNOPSIS

void netif_stop_queue(struct net_device * dev);

ARGUMENTS

dev

network device

DESCRIPTION

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