Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dswitchdev.h73 int unregister_netdev_switch_notifier(struct notifier_block *nb);
109 static inline int unregister_netdev_switch_notifier(struct notifier_block *nb) in unregister_netdev_switch_notifier() function
/linux-4.1.27/net/bridge/
Dbr.c237 unregister_netdev_switch_notifier(&br_netdev_switch_notifier); in br_init()
255 unregister_netdev_switch_notifier(&br_netdev_switch_notifier); in br_deinit()
/linux-4.1.27/net/switchdev/
Dswitchdev.c96 int unregister_netdev_switch_notifier(struct notifier_block *nb) in unregister_netdev_switch_notifier() function
105 EXPORT_SYMBOL_GPL(unregister_netdev_switch_notifier);