table of contents
other versions
NETIF_OPER_UP(9) | Network device support | NETIF_OPER_UP(9) |
NAME¶
netif_oper_up - test if device is operationalSYNOPSIS¶
bool netif_oper_up(const struct net_device * dev);
ARGUMENTS¶
const struct net_device * devnetwork device
DESCRIPTION¶
Check if carrier is operationalCOPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |