table of contents
other versions
NETIF_RUNNING(9) | Network device support | NETIF_RUNNING(9) |
NAME¶
netif_running - test if up
SYNOPSIS¶
bool netif_running(const struct net_device * dev);
ARGUMENTS¶
const struct net_device * dev
network device
DESCRIPTION¶
Test if the device has been brought up.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |