Home
last modified time | relevance | path

Searched refs:netdev_debug_event (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/core/
H A Dlock_debug.c12 int netdev_debug_event(struct notifier_block *nb, unsigned long event, in netdev_debug_event() function
72 EXPORT_SYMBOL_NS_GPL(netdev_debug_event, "NETDEV_INTERNAL");
81 nb->notifier_call = netdev_debug_event; in rtnl_net_debug_net_init()
102 .notifier_call = netdev_debug_event,
/linux-6.15/include/net/
H A Dnetdev_lock.h104 int netdev_debug_event(struct notifier_block *nb, unsigned long event,
/linux-6.15/drivers/net/netdevsim/
H A Dnetdev.c966 ns->nb.notifier_call = netdev_debug_event; in nsim_init_netdevsim()