tc_skb_ext
Regular
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
: ✅struct tc_skb_ext {
__u32 chain;
};
5.8
: ✅struct tc_skb_ext {
__u32 chain;
};
5.11
: ✅struct tc_skb_ext {
__u32 chain;
__u16 mru;
};
5.13
: ✅struct tc_skb_ext {
__u32 chain;
__u16 mru;
bool post_ct;
};
5.15
: ✅struct tc_skb_ext {
__u32 chain;
__u16 mru;
__u16 zone;
u8 post_ct;
u8 post_ct_snat;
u8 post_ct_dnat;
};
5.19
: ✅struct tc_skb_ext {
__u32 chain;
__u16 mru;
__u16 zone;
u8 post_ct;
u8 post_ct_snat;
u8 post_ct_dnat;
};
6.2
: ✅struct tc_skb_ext {
__u32 chain;
__u16 mru;
__u16 zone;
u8 post_ct;
u8 post_ct_snat;
u8 post_ct_dnat;
};
6.5
: ✅struct tc_skb_ext {
u64 act_miss_cookie;
__u32 chain;
__u16 mru;
__u16 zone;
u8 post_ct;
u8 post_ct_snat;
u8 post_ct_dnat;
u8 act_miss;
u8 l2_miss;
};
6.8
: ✅struct tc_skb_ext {
u64 act_miss_cookie;
__u32 chain;
__u16 mru;
__u16 zone;
u8 post_ct;
u8 post_ct_snat;
u8 post_ct_dnat;
u8 act_miss;
u8 l2_miss;
};
arm64
: ✅struct tc_skb_ext {
__u32 chain;
};
armhf
: ✅struct tc_skb_ext {
__u32 chain;
};
ppc64el
: ✅struct tc_skb_ext {
__u32 chain;
};
riscv64
: ✅struct tc_skb_ext {
__u32 chain;
};
aws
: ✅struct tc_skb_ext {
__u32 chain;
};
azure
: ✅struct tc_skb_ext {
__u32 chain;
};
gcp
: ✅struct tc_skb_ext {
__u32 chain;
};
lowlatency
: ✅struct tc_skb_ext {
__u32 chain;
};
Regular
5.4
and 5.8
✅
5.8
and 5.11
⚠️__u16 mru
5.11
and 5.13
⚠️bool post_ct
5.13
and 5.15
⚠️__u16 zone
u8 post_ct_snat
u8 post_ct_dnat
bool post_ct
➡️ u8 post_ct
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
⚠️u64 act_miss_cookie
u8 act_miss
u8 l2_miss
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
✅