Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dswitchdev.h72 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
/linux-4.1.27/net/switchdev/
Dswitchdev.c78 int register_netdev_switch_notifier(struct notifier_block *nb) in register_netdev_switch_notifier() function
87 EXPORT_SYMBOL_GPL(register_netdev_switch_notifier);
/linux-4.1.27/net/bridge/
Dbr.c216 err = register_netdev_switch_notifier(&br_netdev_switch_notifier); in br_init()