Lines Matching full:nh
143 struct mlxsw_sp_nexthop *nh);
144 bool mlxsw_sp_nexthop_is_forward(const struct mlxsw_sp_nexthop *nh);
145 unsigned char *mlxsw_sp_nexthop_ha(struct mlxsw_sp_nexthop *nh);
146 int mlxsw_sp_nexthop_indexes(struct mlxsw_sp_nexthop *nh, u32 *p_adj_index,
148 struct mlxsw_sp_rif *mlxsw_sp_nexthop_rif(struct mlxsw_sp_nexthop *nh);
149 bool mlxsw_sp_nexthop_group_has_ipip(struct mlxsw_sp_nexthop *nh);
150 #define mlxsw_sp_nexthop_for_each(nh, router) \ argument
151 for (nh = mlxsw_sp_nexthop_next(router, NULL); nh; \
152 nh = mlxsw_sp_nexthop_next(router, nh))
154 struct mlxsw_sp_nexthop *nh, u64 *p_counter);
156 struct mlxsw_sp_nexthop *nh, bool force,
159 struct mlxsw_sp_nexthop *nh);
161 struct mlxsw_sp_nexthop *nh);