Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dnetdev-notifier-error-inject.c17 { NOTIFIER_ERR_INJECT_ACTION(NETDEV_PRE_UP) },
/Linux-v6.1/Documentation/fault-injection/
Dnotifier-error-inject.rst75 * NETDEV_PRE_UP
/Linux-v6.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_switchdev.c277 case NETDEV_PRE_UP: in sparx5_netdevice_port_event()
/Linux-v6.1/net/wireless/
Dcore.c1530 case NETDEV_PRE_UP: in cfg80211_netdev_notifier_call()
/Linux-v6.1/include/linux/
Dnetdevice.h2784 NETDEV_PRE_UP, enumerator
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c5136 case NETDEV_PRE_UP: in mlxsw_sp_netdevice_vxlan_event()
/Linux-v6.1/net/core/
Ddev.c1421 ret = call_netdevice_notifiers_extack(NETDEV_PRE_UP, dev, extack); in __dev_open()