Query: unregister_netdev
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNREGISTER_NETDEV(9) Network device support UNREGISTER_NETDEV(9)NAMEunregister_netdev - remove device from the kernelSYNOPSISvoid unregister_netdev(struct net_device * dev);ARGUMENTSdev deviceDESCRIPTIONThis 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 UNREGISTER_NETDEV(9)