table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| UNREGISTER_NETDEV(9) | Network device support | UNREGISTER_NETDEV(9) |
NAME¶
unregister_netdev - remove device from the kernelSYNOPSIS¶
void
unregister_netdev(struct net_device * dev);
ARGUMENTS¶
devdevice
DESCRIPTION¶
This function shuts down a device interface and removes it from the kernel tables. This is just a wrapper for unregister_netdevice that takes the rtnl semaphore. In general you want to use this and not unregister_netdevice.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |