Searched refs:register_netdev_switch_notifier (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/net/
H A Dswitchdev.h72 int register_netdev_switch_notifier(struct notifier_block *nb);
104 static inline int register_netdev_switch_notifier(struct notifier_block *nb) register_netdev_switch_notifier() function
/linux-4.1.27/net/switchdev/
H A Dswitchdev.c71 * register_netdev_switch_notifier - Register notifier
78 int register_netdev_switch_notifier(struct notifier_block *nb) register_netdev_switch_notifier() function
87 EXPORT_SYMBOL_GPL(register_netdev_switch_notifier); variable
/linux-4.1.27/net/bridge/
H A Dbr.c216 err = register_netdev_switch_notifier(&br_netdev_switch_notifier); br_init()

Completed in 165 milliseconds