Rechercher une page de manuel
unregister_netdevice_queue
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
unregister_netdevice_queue - remove device from the kernelSYNOPSIS
- void unregister_netdevice_queue(struct net_device * dev, struct list_head * head);
ARGUMENTS
dev
- device
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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre