Lines Matching refs:nb
300 br_switchdev_fdb_replay_one(struct net_bridge *br, struct notifier_block *nb, in br_switchdev_fdb_replay_one() argument
309 err = nb->notifier_call(nb, action, &item); in br_switchdev_fdb_replay_one()
315 bool adding, struct notifier_block *nb) in br_switchdev_fdb_replay() argument
322 if (!nb) in br_switchdev_fdb_replay()
338 err = br_switchdev_fdb_replay_one(br, nb, fdb, action, ctx); in br_switchdev_fdb_replay()
350 struct notifier_block *nb, in br_switchdev_vlan_attr_replay() argument
379 err = nb->notifier_call(nb, SWITCHDEV_PORT_ATTR_SET, in br_switchdev_vlan_attr_replay()
391 br_switchdev_vlan_replay_one(struct notifier_block *nb, in br_switchdev_vlan_replay_one() argument
407 err = nb->notifier_call(nb, action, &obj_info); in br_switchdev_vlan_replay_one()
411 static int br_switchdev_vlan_replay_group(struct notifier_block *nb, in br_switchdev_vlan_replay_group() argument
437 err = br_switchdev_vlan_replay_one(nb, dev, &vlan, ctx, in br_switchdev_vlan_replay_group()
448 struct notifier_block *nb, in br_switchdev_vlan_replay() argument
458 if (!nb) in br_switchdev_vlan_replay()
469 err = br_switchdev_vlan_replay_group(nb, br_dev, br_vlan_group(br), in br_switchdev_vlan_replay()
477 err = br_switchdev_vlan_replay_group(nb, dev, in br_switchdev_vlan_replay()
485 err = br_switchdev_vlan_attr_replay(br_dev, ctx, nb, extack); in br_switchdev_vlan_replay()
578 br_switchdev_mdb_replay_one(struct notifier_block *nb, struct net_device *dev, in br_switchdev_mdb_replay_one() argument
593 err = nb->notifier_call(nb, action, &obj_info); in br_switchdev_mdb_replay_one()
656 const void *ctx, bool adding, struct notifier_block *nb, in br_switchdev_mdb_replay() argument
669 if (!nb) in br_switchdev_mdb_replay()
727 err = br_switchdev_mdb_replay_one(nb, dev, in br_switchdev_mdb_replay()