1. NAME

netif_device_present - is device available or removed

2. SYNOPSIS

bool netif_device_present(struct net_device *  dev );

3. ARGUMENTS

dev
    network device

4. DESCRIPTION

Check if device has not been removed from system.

5. COPYRIGHT