1FREE_NETDEV(9)              Network device support              FREE_NETDEV(9)
2
3
4

NAME

6       free_netdev - free network device
7

SYNOPSIS

9       void free_netdev(struct net_device * dev);
10

ARGUMENTS

12       dev
13           device
14

DESCRIPTION

16       This function does the last stage of destroying an allocated device
17       interface. The reference to the device object is released. If this is
18       the last reference then it will be freed. Must be called in process
19       context.
20
22Kernel Hackers Manual 3.10         June 2019                    FREE_NETDEV(9)
Impressum