Home
last modified time | relevance | path

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

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