Home
last modified time | relevance | path

Searched defs:route_info (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dip6_route.h15 struct route_info { struct
16 __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 …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr_tcam.c262 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()
H A Dspectrum_mr.c209 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