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

NAME

6       unregister_netdevice_queue - remove device from the kernel
7

SYNOPSIS

9       void unregister_netdevice_queue(struct net_device * dev,
10                                       struct list_head * head);
11

ARGUMENTS

13       dev
14           device
15
16       head
17           list This function shuts down a device interface and removes it
18           from the kernel tables. If head not NULL, device is queued to be
19           unregistered later.
20

DESCRIPTION

22       Callers must hold the rtnl semaphore. You may want unregister_netdev
23       instead of this.
24
26Kernel Hackers Manual 2.6.         June 2019           UNREGISTER_NETDEVICE(9)
Impressum