Searched refs:register_netdev_switch_notifier (Results 1 – 3 of 3) sorted by relevance
72 int register_netdev_switch_notifier(struct notifier_block *nb);104 static inline int register_netdev_switch_notifier(struct notifier_block *nb) in register_netdev_switch_notifier() function
78 int register_netdev_switch_notifier(struct notifier_block *nb) in register_netdev_switch_notifier() function87 EXPORT_SYMBOL_GPL(register_netdev_switch_notifier);
216 err = register_netdev_switch_notifier(&br_netdev_switch_notifier); in br_init()