table of contents
NETDEV_LOWER_STATE_C(9) | Network device support | NETDEV_LOWER_STATE_C(9) |
NAME¶
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.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |