Lines Matching refs:rif
89 u16 mlxsw_sp_ipip_lb_rif_index(const struct mlxsw_sp_rif_ipip_lb *rif);
90 u16 mlxsw_sp_ipip_lb_ul_vr_id(const struct mlxsw_sp_rif_ipip_lb *rif);
93 int mlxsw_sp_rif_dev_ifindex(const struct mlxsw_sp_rif *rif);
94 const struct net_device *mlxsw_sp_rif_dev(const struct mlxsw_sp_rif *rif);
96 struct mlxsw_sp_rif *rif,
99 void mlxsw_sp_rif_counter_free(struct mlxsw_sp_rif *rif,
101 int mlxsw_sp_rif_counter_alloc(struct mlxsw_sp_rif *rif,
104 mlxsw_sp_rif_neigh_next(struct mlxsw_sp_rif *rif,
113 #define mlxsw_sp_rif_neigh_for_each(neigh_entry, rif) \ argument
114 for (neigh_entry = mlxsw_sp_rif_neigh_next(rif, NULL); neigh_entry; \
115 neigh_entry = mlxsw_sp_rif_neigh_next(rif, neigh_entry))