netdev_lower_state_changed (9) Linux Manual Page
netdev_lower_state_changed – Dispatch event about lower device state change
Synopsis
void netdev_lower_state_changed(struct net_device *lower_dev, void *lower_state_info);
Arguments
lower_dev
-
- device
lower_state_info
- state to dispatch
Description
Send NETDEV_CHANGELOWERSTATE to netdev notifiers with info. The caller must hold the RTNL lock.
