notifier_type     384 drivers/net/vxlan.c 	enum switchdev_notifier_type notifier_type;
notifier_type     390 drivers/net/vxlan.c 	notifier_type = adding ? SWITCHDEV_VXLAN_FDB_ADD_TO_DEVICE
notifier_type     393 drivers/net/vxlan.c 	ret = call_switchdev_notifiers(notifier_type, vxlan->dev,
notifier_type     111 net/bridge/br_switchdev.c 	unsigned long notifier_type;
notifier_type     117 net/bridge/br_switchdev.c 	notifier_type = adding ? SWITCHDEV_FDB_ADD_TO_DEVICE : SWITCHDEV_FDB_DEL_TO_DEVICE;
notifier_type     118 net/bridge/br_switchdev.c 	call_switchdev_notifiers(notifier_type, dev, &info.info, NULL);