Searched defs:route_info (Results 1 – 3 of 3) sorted by relevance
15 struct route_info { struct16 __u8 type;17 __u8 length;18 __u8 prefix_len;20 __u8 reserved_h:3,21 route_pref:2,22 reserved_l:3;24 __u8 reserved_l:3,25 route_pref:2,26 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
Completed in 12 milliseconds