Lines Matching full:nh
135 struct mlxsw_sp_nexthop *nh);
136 bool mlxsw_sp_nexthop_is_forward(const struct mlxsw_sp_nexthop *nh);
137 unsigned char *mlxsw_sp_nexthop_ha(struct mlxsw_sp_nexthop *nh);
138 int mlxsw_sp_nexthop_indexes(struct mlxsw_sp_nexthop *nh, u32 *p_adj_index,
140 struct mlxsw_sp_rif *mlxsw_sp_nexthop_rif(struct mlxsw_sp_nexthop *nh);
141 bool mlxsw_sp_nexthop_group_has_ipip(struct mlxsw_sp_nexthop *nh);
142 #define mlxsw_sp_nexthop_for_each(nh, router) \ argument
143 for (nh = mlxsw_sp_nexthop_next(router, NULL); nh; \
144 nh = mlxsw_sp_nexthop_next(router, nh))
146 struct mlxsw_sp_nexthop *nh, u64 *p_counter);
148 struct mlxsw_sp_nexthop *nh, bool force,
151 struct mlxsw_sp_nexthop *nh);
153 struct mlxsw_sp_nexthop *nh);