1. NAME

netif_oper_up - test if device is operational

2. SYNOPSIS

bool netif_oper_up(const struct net_device *  dev );

3. ARGUMENTS

dev
    network device

4. DESCRIPTION

Check if carrier is operational

5. COPYRIGHT