Lines Matching refs:nb

289 br_switchdev_fdb_replay_one(struct net_bridge *br, struct notifier_block *nb,  in br_switchdev_fdb_replay_one()  argument
298 err = nb->notifier_call(nb, action, &item); in br_switchdev_fdb_replay_one()
304 bool adding, struct notifier_block *nb) in br_switchdev_fdb_replay() argument
311 if (!nb) in br_switchdev_fdb_replay()
327 err = br_switchdev_fdb_replay_one(br, nb, fdb, action, ctx); in br_switchdev_fdb_replay()
339 struct notifier_block *nb, in br_switchdev_vlan_attr_replay() argument
368 err = nb->notifier_call(nb, SWITCHDEV_PORT_ATTR_SET, in br_switchdev_vlan_attr_replay()
380 br_switchdev_vlan_replay_one(struct notifier_block *nb, in br_switchdev_vlan_replay_one() argument
396 err = nb->notifier_call(nb, action, &obj_info); in br_switchdev_vlan_replay_one()
400 static int br_switchdev_vlan_replay_group(struct notifier_block *nb, in br_switchdev_vlan_replay_group() argument
426 err = br_switchdev_vlan_replay_one(nb, dev, &vlan, ctx, in br_switchdev_vlan_replay_group()
437 struct notifier_block *nb, in br_switchdev_vlan_replay() argument
447 if (!nb) in br_switchdev_vlan_replay()
458 err = br_switchdev_vlan_replay_group(nb, br_dev, br_vlan_group(br), in br_switchdev_vlan_replay()
466 err = br_switchdev_vlan_replay_group(nb, dev, in br_switchdev_vlan_replay()
474 err = br_switchdev_vlan_attr_replay(br_dev, ctx, nb, extack); in br_switchdev_vlan_replay()
567 br_switchdev_mdb_replay_one(struct notifier_block *nb, struct net_device *dev, in br_switchdev_mdb_replay_one() argument
582 err = nb->notifier_call(nb, action, &obj_info); in br_switchdev_mdb_replay_one()
645 const void *ctx, bool adding, struct notifier_block *nb, in br_switchdev_mdb_replay() argument
658 if (!nb) in br_switchdev_mdb_replay()
716 err = br_switchdev_mdb_replay_one(nb, dev, in br_switchdev_mdb_replay()