Home
last modified time | relevance | path

Searched refs:notifier_type (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/bridge/
Dbr_switchdev.c111 unsigned long notifier_type; in br_switchdev_fdb_call_notifiers() local
117 notifier_type = adding ? SWITCHDEV_FDB_ADD_TO_DEVICE : SWITCHDEV_FDB_DEL_TO_DEVICE; in br_switchdev_fdb_call_notifiers()
118 call_switchdev_notifiers(notifier_type, dev, &info.info, NULL); in br_switchdev_fdb_call_notifiers()
/Linux-v5.10/drivers/net/
Dvxlan.c415 enum switchdev_notifier_type notifier_type; in vxlan_fdb_switchdev_call_notifiers() local
421 notifier_type = adding ? SWITCHDEV_VXLAN_FDB_ADD_TO_DEVICE in vxlan_fdb_switchdev_call_notifiers()
424 ret = call_switchdev_notifiers(notifier_type, vxlan->dev, in vxlan_fdb_switchdev_call_notifiers()