Lines Matching refs:nb
303 br_switchdev_fdb_replay_one(struct net_bridge *br, struct notifier_block *nb, in br_switchdev_fdb_replay_one() argument
312 err = nb->notifier_call(nb, action, &item); in br_switchdev_fdb_replay_one()
318 bool adding, struct notifier_block *nb) in br_switchdev_fdb_replay() argument
325 if (!nb) in br_switchdev_fdb_replay()
341 err = br_switchdev_fdb_replay_one(br, nb, fdb, action, ctx); in br_switchdev_fdb_replay()
353 struct notifier_block *nb, in br_switchdev_vlan_attr_replay() argument
382 err = nb->notifier_call(nb, SWITCHDEV_PORT_ATTR_SET, in br_switchdev_vlan_attr_replay()
394 br_switchdev_vlan_replay_one(struct notifier_block *nb, in br_switchdev_vlan_replay_one() argument
410 err = nb->notifier_call(nb, action, &obj_info); in br_switchdev_vlan_replay_one()
414 static int br_switchdev_vlan_replay_group(struct notifier_block *nb, in br_switchdev_vlan_replay_group() argument
440 err = br_switchdev_vlan_replay_one(nb, dev, &vlan, ctx, in br_switchdev_vlan_replay_group()
451 struct notifier_block *nb, in br_switchdev_vlan_replay() argument
461 if (!nb) in br_switchdev_vlan_replay()
472 err = br_switchdev_vlan_replay_group(nb, br_dev, br_vlan_group(br), in br_switchdev_vlan_replay()
480 err = br_switchdev_vlan_replay_group(nb, dev, in br_switchdev_vlan_replay()
488 err = br_switchdev_vlan_attr_replay(br_dev, ctx, nb, extack); in br_switchdev_vlan_replay()
586 br_switchdev_mdb_replay_one(struct notifier_block *nb, struct net_device *dev, in br_switchdev_mdb_replay_one() argument
601 err = nb->notifier_call(nb, action, &obj_info); in br_switchdev_mdb_replay_one()
683 const void *ctx, bool adding, struct notifier_block *nb, in br_switchdev_mdb_replay() argument
696 if (!nb) in br_switchdev_mdb_replay()
753 err = br_switchdev_mdb_replay_one(nb, dev, in br_switchdev_mdb_replay()