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
18

DESCRIPTION

20       This function shuts down a device interface and removes it from the
21       kernel tables. If head not NULL, device is queued to be unregistered
22       later.
23
24       Callers must hold the rtnl semaphore. You may want unregister_netdev
25       instead of this.
26
28Kernel Hackers Manual 3.10         June 2019           UNREGISTER_NETDEVICE(9)
Impressum