Lines Matching refs:nh
144 struct mlxsw_sp_nexthop *nh);
145 bool mlxsw_sp_nexthop_is_forward(const struct mlxsw_sp_nexthop *nh);
146 unsigned char *mlxsw_sp_nexthop_ha(struct mlxsw_sp_nexthop *nh);
147 int mlxsw_sp_nexthop_indexes(struct mlxsw_sp_nexthop *nh, u32 *p_adj_index,
149 struct mlxsw_sp_rif *mlxsw_sp_nexthop_rif(struct mlxsw_sp_nexthop *nh);
150 bool mlxsw_sp_nexthop_group_has_ipip(struct mlxsw_sp_nexthop *nh);
151 #define mlxsw_sp_nexthop_for_each(nh, router) \ argument
152 for (nh = mlxsw_sp_nexthop_next(router, NULL); nh; \
153 nh = mlxsw_sp_nexthop_next(router, nh))
155 struct mlxsw_sp_nexthop *nh, u64 *p_counter);
157 struct mlxsw_sp_nexthop *nh, bool force,
160 struct mlxsw_sp_nexthop *nh);
162 struct mlxsw_sp_nexthop *nh);