netif_device_present(9)
NAME
netif_device_present - is device available or removed
SYNOPSIS
int netif_device_present(struct net_device * dev);
ARGUMENTS
- dev
- network device
DESCRIPTION
Check if device has not been removed from system.
netif_device_present - is device available or removed
int netif_device_present(struct net_device * dev);
Check if device has not been removed from system.