1NETIF_DORMANT_ON(9) Network device support NETIF_DORMANT_ON(9)
2
3
4
6 netif_dormant_on - mark device as dormant.
7
9 void netif_dormant_on(struct net_device * dev);
10
12 dev
13 network device
14
16 Mark device as dormant (as per RFC2863).
17
18 The dormant state indicates that the relevant interface is not actually
19 in a condition to pass packets (i.e., it is not 'up') but is in a
20 “pending” state, waiting for some external event. For “on- demand”
21 interfaces, this new state identifies the situation where the interface
22 is waiting for events to place it in the up state.
23
25Kernel Hackers Manual 3.10 June 2019 NETIF_DORMANT_ON(9)