Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dnetdev-notifier-error-inject.c17 { NOTIFIER_ERR_INJECT_ACTION(NETDEV_PRE_UP) },
/openbmc/linux/Documentation/fault-injection/
H A Dnotifier-error-inject.rst75 * NETDEV_PRE_UP
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c277 case NETDEV_PRE_UP: in sparx5_netdevice_port_event()
/openbmc/linux/net/wireless/
H A Dcore.c1585 case NETDEV_PRE_UP: in cfg80211_netdev_notifier_call()
/openbmc/linux/include/linux/
H A Dnetdevice.h2874 NETDEV_PRE_UP, enumerator
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c5284 case NETDEV_PRE_UP: in mlxsw_sp_netdevice_vxlan_event()
/openbmc/linux/net/core/
H A Ddev.c1464 ret = call_netdevice_notifiers_extack(NETDEV_PRE_UP, dev, extack); in __dev_open()