1. NAME

netif_queue_stopped - test if transmit queue is flowblocked

2. SYNOPSIS

bool netif_queue_stopped(const struct net_device *  dev );

3. ARGUMENTS

dev
    network device

4. DESCRIPTION

Test if transmit queue on device is currently unable to send.

5. COPYRIGHT