Lines Matching refs:rif
151 u16 mlxsw_sp_rif_index(const struct mlxsw_sp_rif *rif);
152 u16 mlxsw_sp_ipip_lb_rif_index(const struct mlxsw_sp_rif_ipip_lb *rif);
153 u16 mlxsw_sp_ipip_lb_ul_vr_id(const struct mlxsw_sp_rif_ipip_lb *rif);
156 int mlxsw_sp_rif_dev_ifindex(const struct mlxsw_sp_rif *rif);
157 const struct net_device *mlxsw_sp_rif_dev(const struct mlxsw_sp_rif *rif);
159 struct mlxsw_sp_rif *rif,
163 struct mlxsw_sp_rif *rif,
166 struct mlxsw_sp_rif *rif,
169 mlxsw_sp_rif_neigh_next(struct mlxsw_sp_rif *rif,
178 #define mlxsw_sp_rif_neigh_for_each(neigh_entry, rif) \ argument
179 for (neigh_entry = mlxsw_sp_rif_neigh_next(rif, NULL); neigh_entry; \
180 neigh_entry = mlxsw_sp_rif_neigh_next(rif, neigh_entry))