Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Dnetdev-notifier-error-inject.c19 { NOTIFIER_ERR_INJECT_ACTION(NETDEV_POST_INIT) },
/kernel/linux/linux-5.10/Documentation/fault-injection/
Dnotifier-error-inject.rst77 * NETDEV_POST_INIT
/kernel/linux/linux-5.10/net/wireless/
Dcore.c1319 case NETDEV_POST_INIT: in cfg80211_netdev_notifier_call()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h2699 NETDEV_POST_INIT, enumerator
/kernel/linux/linux-5.10/net/core/
Ddev.c10009 ret = call_netdevice_notifiers(NETDEV_POST_INIT, dev); in register_netdevice()