xfrm_if_cbRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *);
};
5.3: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
5.4: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
5.8: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
5.11: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
5.13: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
5.15: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
5.19: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
6.2: ✅struct xfrm_if_cb {
bool (*decode_session)(struct sk_buff *, short unsigned int, struct xfrm_if_decode_session_result *);
};
6.5: ✅struct xfrm_if_cb {
bool (*decode_session)(struct sk_buff *, short unsigned int, struct xfrm_if_decode_session_result *);
};
6.8: ✅struct xfrm_if_cb {
bool (*decode_session)(struct sk_buff *, short unsigned int, struct xfrm_if_decode_session_result *);
};
arm64: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
armhf: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
ppc64el: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
riscv64: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
aws: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
azure: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
gcp: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
lowlatency: ✅struct xfrm_if_cb {
struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int);
};
Regular
5.0 and 5.3 ⚠️struct xfrm_if * (*decode_session)(struct sk_buff *) ➡️ struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int)
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 ⚠️struct xfrm_if * (*decode_session)(struct sk_buff *, short unsigned int) ➡️ bool (*decode_session)(struct sk_buff *, short unsigned int, struct xfrm_if_decode_session_result *)
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 ✅