Lines Matching refs:nh
204 struct mlxsw_sp_nexthop *nh);
205 bool mlxsw_sp_nexthop_is_forward(const struct mlxsw_sp_nexthop *nh);
206 unsigned char *mlxsw_sp_nexthop_ha(struct mlxsw_sp_nexthop *nh);
207 int mlxsw_sp_nexthop_indexes(struct mlxsw_sp_nexthop *nh, u32 *p_adj_index,
209 struct mlxsw_sp_rif *mlxsw_sp_nexthop_rif(struct mlxsw_sp_nexthop *nh);
210 bool mlxsw_sp_nexthop_group_has_ipip(struct mlxsw_sp_nexthop *nh);
211 #define mlxsw_sp_nexthop_for_each(nh, router) \ argument
212 for (nh = mlxsw_sp_nexthop_next(router, NULL); nh; \
213 nh = mlxsw_sp_nexthop_next(router, nh))
215 struct mlxsw_sp_nexthop *nh, u64 *p_counter);
217 struct mlxsw_sp_nexthop *nh, bool force,
220 struct mlxsw_sp_nexthop *nh);
222 struct mlxsw_sp_nexthop *nh);