Home
last modified time | relevance | path

Searched refs:NETDEV_PRE_UP (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/lib/
Dnetdev-notifier-error-inject.c17 { NOTIFIER_ERR_INJECT_ACTION(NETDEV_PRE_UP) },
/Linux-v5.15/Documentation/fault-injection/
Dnotifier-error-inject.rst75 * NETDEV_PRE_UP
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_switchdev.c201 case NETDEV_PRE_UP: in sparx5_netdevice_port_event()
/Linux-v5.15/net/wireless/
Dcore.c1485 case NETDEV_PRE_UP: in cfg80211_netdev_notifier_call()
/Linux-v5.15/include/linux/
Dnetdevice.h2791 NETDEV_PRE_UP, enumerator
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c4621 case NETDEV_PRE_UP: in mlxsw_sp_netdevice_vxlan_event()
/Linux-v5.15/net/core/
Ddev.c1473 ret = call_netdevice_notifiers_extack(NETDEV_PRE_UP, dev, extack); in __dev_open()