1NETIF_OPER_UP(9) Network device support NETIF_OPER_UP(9)
23
4
NAME
6netif_oper_up - test if device is operational
7
SYNOPSIS
9int netif_oper_up(const struct net_device * dev);
10
ARGUMENTS
12dev
13network device
14
DESCRIPTION
16Check if carrier is operational
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 NETIF_OPER_UP(9)