Rechercher une page de manuel
dev_close
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
dev_close - shutdown an interface.SYNOPSIS
- int dev_close(struct net_device * dev);
ARGUMENTS
dev
- device to shutdown
DESCRIPTION
This function moves an active device into down state. A NETDEV_GOING_DOWN is sent to the netdev notifier chain. The device is then deactivated and finally a NETDEV_DOWN is sent to the notifier chain.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre