netif_stacked_transfer_operstate (9) Linux Manual Page
netif_stacked_transfer_operstate – transfer operstate
Synopsis
void netif_stacked_transfer_operstate(const struct net_device *rootdev, struct net_device *dev);
Arguments
rootdev
-
- the root or lower level device to transfer state from
dev
- the device to transfer operstate to
Description
Transfer operational state from root to device. This is normally called when a stacking relationship exists between the root device and the device(a leaf device).
