netif_device_present(9) is device available or removed

SYNOPSIS

bool netif_device_present(struct net_device * dev);

ARGUMENTS

dev

network device

DESCRIPTION

Check if device has not been removed from system.

COPYRIGHT