rtable
Regular
4.4
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
__be32 rt_gateway;
u32 rt_pmtu;
u32 rt_table_id;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
4.8
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
__be32 rt_gateway;
u32 rt_pmtu;
u32 rt_table_id;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
4.10
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
__be32 rt_gateway;
u32 rt_pmtu;
u32 rt_table_id;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
4.13
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
__be32 rt_gateway;
u32 rt_pmtu;
u32 rt_table_id;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
4.15
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
__be32 rt_gateway;
u32 rt_pmtu;
u32 rt_table_id;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
4.18
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
__be32 rt_gateway;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
5.0
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
__be32 rt_gateway;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
5.3
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
u8 rt_gw_family;
int rt_iif;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
5.4
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
5.8
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
5.11
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
5.13
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
5.15
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
5.19
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
6.2
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
6.5
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
};
6.8
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
};
arm64
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
armhf
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
ppc64el
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
riscv64
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
aws
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
azure
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
gcp
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
lowlatency
: ✅struct rtable {
struct dst_entry dst;
int rt_genid;
unsigned int rt_flags;
__u16 rt_type;
__u8 rt_is_input;
__u8 rt_uses_gateway;
int rt_iif;
u8 rt_gw_family;
__be32 rt_gw4;
struct in6_addr rt_gw6;
u32 rt_mtu_locked;
u32 rt_pmtu;
struct list_head rt_uncached;
struct uncached_list *rt_uncached_list;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
⚠️u32 rt_mtu_locked
u32 rt_table_id
4.18
and 5.0
✅
5.0
and 5.3
⚠️u8 rt_gw_family
__be32 rt_gw4
struct in6_addr rt_gw6
__u8 rt_uses_gateway
__be32 rt_gateway
5.3
and 5.4
⚠️__u8 rt_uses_gateway
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
⚠️struct list_head rt_uncached
struct uncached_list *rt_uncached_list
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅