Lines Matching refs:old_nh_grp
5011 struct mlxsw_sp_nexthop_group *old_nh_grp, in mlxsw_sp_nexthop_obj_group_replace() argument
5014 struct mlxsw_sp_nexthop_group_info *old_nhgi = old_nh_grp->nhgi; in mlxsw_sp_nexthop_obj_group_replace()
5018 old_nh_grp->nhgi = new_nhgi; in mlxsw_sp_nexthop_obj_group_replace()
5019 new_nhgi->nh_grp = old_nh_grp; in mlxsw_sp_nexthop_obj_group_replace()
5028 err = mlxsw_sp_adj_index_mass_update(mlxsw_sp, old_nh_grp, in mlxsw_sp_nexthop_obj_group_replace()
5040 err = mlxsw_sp_nexthop_fib_entries_update(mlxsw_sp, old_nh_grp); in mlxsw_sp_nexthop_obj_group_replace()
5050 err = mlxsw_sp_nexthop_fib_entries_update(mlxsw_sp, old_nh_grp); in mlxsw_sp_nexthop_obj_group_replace()
5060 mlxsw_sp_nexthop_obj_group_offload_refresh(mlxsw_sp, old_nh_grp); in mlxsw_sp_nexthop_obj_group_replace()
5072 old_nhgi->nh_grp = old_nh_grp; in mlxsw_sp_nexthop_obj_group_replace()
5075 old_nh_grp->nhgi = old_nhgi; in mlxsw_sp_nexthop_obj_group_replace()
5082 struct mlxsw_sp_nexthop_group *nh_grp, *old_nh_grp; in mlxsw_sp_nexthop_obj_new() local
5090 old_nh_grp = mlxsw_sp_nexthop_obj_group_lookup(mlxsw_sp, info->id); in mlxsw_sp_nexthop_obj_new()
5091 if (!old_nh_grp) in mlxsw_sp_nexthop_obj_new()
5095 old_nh_grp, extack); in mlxsw_sp_nexthop_obj_new()
6723 struct mlxsw_sp_nexthop_group *old_nh_grp = fib6_entry->common.nh_group; in mlxsw_sp_nexthop6_group_update() local
6727 mlxsw_sp_nexthop_group_vr_unlink(old_nh_grp, fib_node->fib); in mlxsw_sp_nexthop6_group_update()
6748 if (list_empty(&old_nh_grp->fib_list)) in mlxsw_sp_nexthop6_group_update()
6749 mlxsw_sp_nexthop6_group_destroy(mlxsw_sp, old_nh_grp); in mlxsw_sp_nexthop6_group_update()
6760 &old_nh_grp->fib_list); in mlxsw_sp_nexthop6_group_update()
6761 fib6_entry->common.nh_group = old_nh_grp; in mlxsw_sp_nexthop6_group_update()
6762 mlxsw_sp_nexthop_group_vr_link(old_nh_grp, fib_node->fib); in mlxsw_sp_nexthop6_group_update()