table of contents
        
      
      
    | NETIF_IS_MULTIQUEUE(9) | Network device support | NETIF_IS_MULTIQUEUE(9) | 
NAME¶
netif_is_multiqueue - test if device has multiple transmit queues
SYNOPSIS¶
int netif_is_multiqueue(const struct net_device * dev);
ARGUMENTS¶
dev
network device
DESCRIPTION¶
Check if device has multiple transmit queues
COPYRIGHT¶
| May 2024 | Kernel Hackers Manual 2.6. |