1DEV_CLOSE(9) Network device support DEV_CLOSE(9)
23
4
NAME
6dev_close - shutdown an interface.
7
SYNOPSIS
9int dev_close(struct net_device * dev);
10
ARGUMENTS
12dev
13device to shutdown
14
DESCRIPTION
16This function moves an active device into down state. A
17NETDEV_GOING_DOWN is sent to the netdev notifier chain. The device is
18then deactivated and finally a NETDEV_DOWN is sent to the notifier
19chain.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 DEV_CLOSE(9)