fib_rt_infoRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: ✅struct fib_rt_info {
struct fib_info *fi;
u32 tb_id;
__be32 dst;
int dst_len;
u8 tos;
u8 type;
u8 offload;
u8 trap;
u8 unused;
};
5.11: ✅struct fib_rt_info {
struct fib_info *fi;
u32 tb_id;
__be32 dst;
int dst_len;
u8 tos;
u8 type;
u8 offload;
u8 trap;
u8 unused;
};
5.13: ✅struct fib_rt_info {
struct fib_info *fi;
u32 tb_id;
__be32 dst;
int dst_len;
u8 tos;
u8 type;
u8 offload;
u8 trap;
u8 offload_failed;
u8 unused;
};
5.15: ✅struct fib_rt_info {
struct fib_info *fi;
u32 tb_id;
__be32 dst;
int dst_len;
u8 tos;
u8 type;
u8 offload;
u8 trap;
u8 offload_failed;
u8 unused;
};
5.19: ✅struct fib_rt_info {
struct fib_info *fi;
u32 tb_id;
__be32 dst;
int dst_len;
dscp_t dscp;
u8 type;
u8 offload;
u8 trap;
u8 offload_failed;
u8 unused;
};
6.2: ✅struct fib_rt_info {
struct fib_info *fi;
u32 tb_id;
__be32 dst;
int dst_len;
dscp_t dscp;
u8 type;
u8 offload;
u8 trap;
u8 offload_failed;
u8 unused;
};
6.5: ✅struct fib_rt_info {
struct fib_info *fi;
u32 tb_id;
__be32 dst;
int dst_len;
dscp_t dscp;
u8 type;
u8 offload;
u8 trap;
u8 offload_failed;
u8 unused;
};
6.8: ✅struct fib_rt_info {
struct fib_info *fi;
u32 tb_id;
__be32 dst;
int dst_len;
dscp_t dscp;
u8 type;
u8 offload;
u8 trap;
u8 offload_failed;
u8 unused;
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.8 and 5.11 ✅
5.11 and 5.13 ⚠️u8 offload_failed
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️dscp_t dscp
u8 tos
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅