Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c1747 static int call_netdevice_notifier(struct notifier_block *nb, unsigned long val, in call_netdevice_notifier() function
1762 err = call_netdevice_notifier(nb, NETDEV_REGISTER, dev); in call_netdevice_register_notifiers()
1770 call_netdevice_notifier(nb, NETDEV_UP, dev); in call_netdevice_register_notifiers()
1778 call_netdevice_notifier(nb, NETDEV_GOING_DOWN, in call_netdevice_unregister_notifiers()
1780 call_netdevice_notifier(nb, NETDEV_DOWN, dev); in call_netdevice_unregister_notifiers()
1782 call_netdevice_notifier(nb, NETDEV_UNREGISTER, dev); in call_netdevice_unregister_notifiers()