Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c1456 struct mlxsw_sp_rif *new_rif);
3668 struct mlxsw_sp_rif *new_rif) in mlxsw_sp_nexthop_rif_migrate() argument
3672 list_splice_init(&old_rif->nexthop_list, &new_rif->nexthop_list); in mlxsw_sp_nexthop_rif_migrate()
3673 list_for_each_entry(nh, &new_rif->nexthop_list, rif_list_node) in mlxsw_sp_nexthop_rif_migrate()
3674 nh->rif = new_rif; in mlxsw_sp_nexthop_rif_migrate()
3675 mlxsw_sp_nexthop_rif_update(mlxsw_sp, new_rif); in mlxsw_sp_nexthop_rif_migrate()