table of contents
other versions
NETIF_DORMANT(9) | Network device support | NETIF_DORMANT(9) |
NAME¶
netif_dormant - test if device is dormant
SYNOPSIS¶
bool netif_dormant(const struct net_device * dev);
ARGUMENTS¶
const struct net_device * dev
network device
DESCRIPTION¶
Check if device is dormant.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |