sctp_endpointRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 auth_enable;
__u8 prsctp_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
5.0: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 auth_enable;
__u8 prsctp_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
5.3: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
5.4: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
5.8: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
5.11: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
5.13: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
5.15: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
struct callback_head rcu;
};
5.19: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct hlist_node node;
int hashent;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
struct callback_head rcu;
};
6.2: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct hlist_node node;
int hashent;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
struct callback_head rcu;
};
6.5: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct hlist_node node;
int hashent;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
struct callback_head rcu;
};
6.8: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct hlist_node node;
int hashent;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
struct callback_head rcu;
};
arm64: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
armhf: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
ppc64el: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
riscv64: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
aws: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
azure: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
gcp: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
lowlatency: ✅struct sctp_endpoint {
struct sctp_ep_common base;
struct list_head asocs;
__u8 secret_key[32];
__u8 *digest;
__u32 sndbuf_policy;
__u32 rcvbuf_policy;
struct crypto_shash **auth_hmacs;
struct sctp_hmac_algo_param *auth_hmacs_list;
struct sctp_chunks_param *auth_chunk_list;
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 ecn_enable;
__u8 auth_enable;
__u8 intl_enable;
__u8 prsctp_enable;
__u8 asconf_enable;
__u8 reconf_enable;
__u8 strreset_enable;
u32 secid;
u32 peer_secid;
};
Regular
4.18 and 5.0 ✅
5.0 and 5.3 ⚠️__u8 intl_enable
5.3 and 5.4 ⚠️__u8 ecn_enable
__u8 asconf_enable
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ⚠️struct callback_head rcu
5.15 and 5.19 ⚠️struct hlist_node node
int hashent
u32 secid
u32 peer_secid
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 ✅