ipfrag_skb_cbRegular
4.4: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h;
int offset;
};
4.8: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h;
int offset;
};
4.10: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h;
int offset;
};
4.13: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h;
int offset;
};
4.15: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h;
int offset;
};
4.18: Absent ⚠️
5.0: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h;
struct sk_buff *next_frag;
int frag_run_len;
};
5.3: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
5.4: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
5.8: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
5.11: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
5.13: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
5.15: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
5.19: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
6.2: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
6.5: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
6.8: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
arm64: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
armhf: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
ppc64el: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
riscv64: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
aws: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
azure: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
gcp: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
lowlatency: ✅struct ipfrag_skb_cb {
struct inet_skb_parm h4;
struct inet6_skb_parm h6;
struct sk_buff *next_frag;
int frag_run_len;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ✅
5.0 and 5.3 ⚠️struct inet_skb_parm h4
struct inet6_skb_parm h6
struct inet_skb_parm h
5.3 and 5.4 ✅
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 ✅
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 ✅