1FREE_NETDEV(9) Network device support FREE_NETDEV(9)
23
4
NAME
6free_netdev - free network device
7
SYNOPSIS
9void free_netdev(struct net_device * dev);
10
ARGUMENTS
12dev
13device
14
DESCRIPTION
16This function does the last stage of destroying an allocated device
17interface. The reference to the device object is released. If this is
18the last reference then it will be freed.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 FREE_NETDEV(9)