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

NAME

6       unregister_netdev - remove device from the kernel
7

SYNOPSIS

9       void unregister_netdev(struct net_device * dev);
10

ARGUMENTS

12       dev
13           device
14

DESCRIPTION

16       This function shuts down a device interface and removes it from the
17       kernel tables.
18
19       This is just a wrapper for unregister_netdevice that takes the rtnl
20       semaphore. In general you want to use this and not
21       unregister_netdevice.
22
24Kernel Hackers Manual 2.6.         June 2019              UNREGISTER_NETDEV(9)
Impressum