table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| UNREGISTER_NETDEVICE(9) | Network device support | UNREGISTER_NETDEVICE(9) |
NAME¶
unregister_netdevice_queue - remove device from the kernelSYNOPSIS¶
void
unregister_netdevice_queue(struct net_device * dev,
struct list_head * head);
ARGUMENTS¶
devdevice
head
list
DESCRIPTION¶
This function shuts down a device interface and removes it from the kernel tables. If head not NULL, device is queued to be unregistered later. Callers must hold the rtnl semaphore. You may want unregister_netdev instead of this.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |