sctp_ep_common
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
5.0
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
5.3
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
5.4
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
5.8
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
5.11
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
5.13
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
5.15
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
5.19
: ✅struct sctp_ep_common {
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
6.2
: ✅struct sctp_ep_common {
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
6.5
: ✅struct sctp_ep_common {
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
6.8
: ✅struct sctp_ep_common {
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
arm64
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
armhf
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
ppc64el
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
riscv64
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
aws
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
azure
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
gcp
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
lowlatency
: ✅struct sctp_ep_common {
struct hlist_node node;
int hashent;
enum sctp_endpoint_type type;
refcount_t refcnt;
bool dead;
struct sock *sk;
struct net *net;
struct sctp_inq inqueue;
struct sctp_bind_addr bind_addr;
};
Regular
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
⚠️struct net *net
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
⚠️struct hlist_node node
int hashent
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
✅