1DEV_OPEN(9)                 Network device support                 DEV_OPEN(9)
2
3
4

NAME

6       dev_open - prepare an interface for use.
7

SYNOPSIS

9       int dev_open(struct net_device * dev);
10

ARGUMENTS

12       dev
13           device to open
14

DESCRIPTION

16       Takes a device from down to up state. The device's private open
17       function is invoked and then the multicast lists are loaded. Finally
18       the device is moved into the up state and a NETDEV_UP message is sent
19       to the netdev notifier chain.
20
21       Calling this function on an active interface is a nop. On a failure a
22       negative errno code is returned.
23
25Kernel Hackers Manual 3.10         June 2019                       DEV_OPEN(9)
Impressum