netif_oper_up(9) test if device is operational

SYNOPSIS

bool netif_oper_up(const struct net_device * dev);

ARGUMENTS

dev

network device

DESCRIPTION

Check if carrier is operational

COPYRIGHT