Lines Matching refs:old_nh_grp

5364 				   struct mlxsw_sp_nexthop_group *old_nh_grp,  in mlxsw_sp_nexthop_obj_group_replace()  argument
5367 struct mlxsw_sp_nexthop_group_info *old_nhgi = old_nh_grp->nhgi; in mlxsw_sp_nexthop_obj_group_replace()
5371 old_nh_grp->nhgi = new_nhgi; in mlxsw_sp_nexthop_obj_group_replace()
5372 new_nhgi->nh_grp = old_nh_grp; in mlxsw_sp_nexthop_obj_group_replace()
5381 err = mlxsw_sp_adj_index_mass_update(mlxsw_sp, old_nh_grp, in mlxsw_sp_nexthop_obj_group_replace()
5393 err = mlxsw_sp_nexthop_fib_entries_update(mlxsw_sp, old_nh_grp); in mlxsw_sp_nexthop_obj_group_replace()
5403 err = mlxsw_sp_nexthop_fib_entries_update(mlxsw_sp, old_nh_grp); in mlxsw_sp_nexthop_obj_group_replace()
5413 mlxsw_sp_nexthop_obj_group_offload_refresh(mlxsw_sp, old_nh_grp); in mlxsw_sp_nexthop_obj_group_replace()
5425 old_nhgi->nh_grp = old_nh_grp; in mlxsw_sp_nexthop_obj_group_replace()
5428 old_nh_grp->nhgi = old_nhgi; in mlxsw_sp_nexthop_obj_group_replace()
5472 struct mlxsw_sp_nexthop_group *nh_grp, *old_nh_grp; in mlxsw_sp_nexthop_obj_new() local
5480 old_nh_grp = mlxsw_sp_nexthop_obj_group_lookup(mlxsw_sp, info->id); in mlxsw_sp_nexthop_obj_new()
5481 if (!old_nh_grp) in mlxsw_sp_nexthop_obj_new()
5485 old_nh_grp, extack); in mlxsw_sp_nexthop_obj_new()
7198 struct mlxsw_sp_nexthop_group *old_nh_grp = fib6_entry->common.nh_group; in mlxsw_sp_nexthop6_group_update() local
7202 mlxsw_sp_nexthop_group_vr_unlink(old_nh_grp, fib_node->fib); in mlxsw_sp_nexthop6_group_update()
7223 if (list_empty(&old_nh_grp->fib_list)) in mlxsw_sp_nexthop6_group_update()
7224 mlxsw_sp_nexthop6_group_destroy(mlxsw_sp, old_nh_grp); in mlxsw_sp_nexthop6_group_update()
7235 &old_nh_grp->fib_list); in mlxsw_sp_nexthop6_group_update()
7236 fib6_entry->common.nh_group = old_nh_grp; in mlxsw_sp_nexthop6_group_update()
7237 mlxsw_sp_nexthop_group_vr_link(old_nh_grp, fib_node->fib); in mlxsw_sp_nexthop6_group_update()