Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dip6_route.h5 struct route_info { struct
6 __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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
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()
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