Home
last modified time | relevance | path

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

/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()