Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/
Dbr.c237 unregister_switchdev_notifier(&br_switchdev_notifier); in br_init()
255 unregister_switchdev_notifier(&br_switchdev_notifier); in br_deinit()
/linux-4.4.14/include/net/
Dswitchdev.h183 int unregister_switchdev_notifier(struct notifier_block *nb);
253 static inline int unregister_switchdev_notifier(struct notifier_block *nb) in unregister_switchdev_notifier() function
/linux-4.4.14/net/switchdev/
Dswitchdev.c597 int unregister_switchdev_notifier(struct notifier_block *nb) in unregister_switchdev_notifier() function
606 EXPORT_SYMBOL_GPL(unregister_switchdev_notifier);