Home
last modified time | relevance | path

Searched refs:new_rif (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c1612 struct mlxsw_sp_rif *new_rif);
4358 struct mlxsw_sp_rif *new_rif) in mlxsw_sp_nexthop_rif_migrate() argument
4362 list_splice_init(&old_rif->nexthop_list, &new_rif->nexthop_list); in mlxsw_sp_nexthop_rif_migrate()
4363 list_for_each_entry(nh, &new_rif->nexthop_list, rif_list_node) in mlxsw_sp_nexthop_rif_migrate()
4364 nh->rif = new_rif; in mlxsw_sp_nexthop_rif_migrate()
4365 mlxsw_sp_nexthop_rif_update(mlxsw_sp, new_rif); in mlxsw_sp_nexthop_rif_migrate()