Searched defs:route_info (Results 1 – 3 of 3) sorted by relevance
5 struct route_info { struct6 __u8 type;7 __u8 length;8 __u8 prefix_len;10 __u8 reserved_h:3,11 route_pref:2,12 reserved_l:3;14 __u8 reserved_l:3,15 route_pref:2,16 reserved_h:3;[all …]
262 struct mlxsw_sp_mr_route_info *route_info) in mlxsw_sp_mr_tcam_erif_populate()521 struct mlxsw_sp_mr_route_info *route_info) in mlxsw_sp_mr_tcam_route_update()
209 struct mlxsw_sp_mr_route_info *route_info) in mlxsw_sp_mr_route_info_create()243 mlxsw_sp_mr_route_info_destroy(struct mlxsw_sp_mr_route_info *route_info) in mlxsw_sp_mr_route_info_destroy()253 struct mlxsw_sp_mr_route_info route_info; in mlxsw_sp_mr_route_write() local