Home
last modified time | relevance | path

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

/linux/net/core/
H A Dlock_debug.c12 int netdev_debug_event(struct notifier_block *nb, unsigned long event, in netdev_debug_event() function
74 EXPORT_SYMBOL_NS_GPL(netdev_debug_event, "NETDEV_INTERNAL");
83 nb->notifier_call = netdev_debug_event; in rtnl_net_debug_net_init()
104 .notifier_call = netdev_debug_event,
/linux/include/net/
H A Dnetdev_lock.h135 int netdev_debug_event(struct notifier_block *nb, unsigned long event,
/linux/drivers/net/netdevsim/
H A Dnetdev.c1040 ns->nb.notifier_call = netdev_debug_event; in nsim_init_netdevsim()