Home
last modified time | relevance | path

Searched refs:call_netdevice_notifier (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Ddev.c1740 static int call_netdevice_notifier(struct notifier_block *nb, unsigned long val, in call_netdevice_notifier() function
1755 err = call_netdevice_notifier(nb, NETDEV_REGISTER, dev); in call_netdevice_register_notifiers()
1763 call_netdevice_notifier(nb, NETDEV_UP, dev); in call_netdevice_register_notifiers()
1771 call_netdevice_notifier(nb, NETDEV_GOING_DOWN, in call_netdevice_unregister_notifiers()
1773 call_netdevice_notifier(nb, NETDEV_DOWN, dev); in call_netdevice_unregister_notifiers()
1775 call_netdevice_notifier(nb, NETDEV_UNREGISTER, dev); in call_netdevice_unregister_notifiers()
/kernel/linux/linux-6.6/net/core/
H A Ddev.c1682 static int call_netdevice_notifier(struct notifier_block *nb, unsigned long val, in call_netdevice_notifier() function
1697 err = call_netdevice_notifier(nb, NETDEV_REGISTER, dev); in call_netdevice_register_notifiers()
1705 call_netdevice_notifier(nb, NETDEV_UP, dev); in call_netdevice_register_notifiers()
1713 call_netdevice_notifier(nb, NETDEV_GOING_DOWN, in call_netdevice_unregister_notifiers()
1715 call_netdevice_notifier(nb, NETDEV_DOWN, dev); in call_netdevice_unregister_notifiers()
1717 call_netdevice_notifier(nb, NETDEV_UNREGISTER, dev); in call_netdevice_unregister_notifiers()

Completed in 27 milliseconds