NETIF_DEVICE_PRESENT

Section: Network device support (9)
Updated: February 2011
Index Return to Main Contents
 

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.  

COPYRIGHT