Searched refs:mlxsw_sp_nexthop_next (Results 1 – 2 of 2) sorted by relevance
143 struct mlxsw_sp_nexthop *mlxsw_sp_nexthop_next(struct mlxsw_sp_router *router,152 for (nh = mlxsw_sp_nexthop_next(router, NULL); nh; \153 nh = mlxsw_sp_nexthop_next(router, nh))
3189 struct mlxsw_sp_nexthop *mlxsw_sp_nexthop_next(struct mlxsw_sp_router *router, in mlxsw_sp_nexthop_next() function