Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dnetdev-notifier-error-inject.c19 { NOTIFIER_ERR_INJECT_ACTION(NETDEV_POST_INIT) },
/openbmc/linux/Documentation/fault-injection/
H A Dnotifier-error-inject.rst77 * NETDEV_POST_INIT
/openbmc/linux/net/devlink/
H A Dport.c1233 case NETDEV_POST_INIT: in devlink_port_netdevice_event()
/openbmc/linux/net/wireless/
H A Dcore.c1480 case NETDEV_POST_INIT: in cfg80211_netdev_notifier_call()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c2845 case NETDEV_POST_INIT: in netvsc_netdev_event()
/openbmc/linux/include/linux/
H A Dnetdevice.h2883 NETDEV_POST_INIT, enumerator
/openbmc/linux/net/core/
H A Ddev.c10263 ret = call_netdevice_notifiers(NETDEV_POST_INIT, dev); in register_netdevice()