Rechercher une page de manuel
unregister_netdev
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
unregister_netdev - remove device from the kernelSYNOPSIS
- void unregister_netdev(struct net_device * dev);
ARGUMENTS
dev
- device
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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre