sctp_globalsRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: ✅struct sctp_globals {
struct list_head address_families;
struct sctp_hashbucket *ep_hashtable;
struct sctp_bind_hashbucket *port_hashtable;
struct rhltable transport_hashtable;
int ep_hashsize;
int port_hashsize;
__u16 max_instreams;
__u16 max_outstreams;
bool checksum_disable;
};
5.0: ✅struct sctp_globals {
struct list_head address_families;
struct sctp_hashbucket *ep_hashtable;
struct sctp_bind_hashbucket *port_hashtable;
struct rhltable transport_hashtable;
int ep_hashsize;
int port_hashsize;
__u16 max_instreams;
__u16 max_outstreams;
bool checksum_disable;
};
5.3: ✅struct sctp_globals {
struct list_head address_families;
struct sctp_hashbucket *ep_hashtable;
struct sctp_bind_hashbucket *port_hashtable;
struct rhltable transport_hashtable;
int ep_hashsize;
int port_hashsize;
__u16 max_instreams;
__u16 max_outstreams;
bool checksum_disable;
};
5.4: ✅struct sctp_globals {
struct list_head address_families;
struct sctp_hashbucket *ep_hashtable;
struct sctp_bind_hashbucket *port_hashtable;
struct rhltable transport_hashtable;
int ep_hashsize;
int port_hashsize;
__u16 max_instreams;
__u16 max_outstreams;
bool checksum_disable;
};
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct sctp_globals {
struct list_head address_families;
struct sctp_hashbucket *ep_hashtable;
struct sctp_bind_hashbucket *port_hashtable;
struct rhltable transport_hashtable;
int ep_hashsize;
int port_hashsize;
__u16 max_instreams;
__u16 max_outstreams;
bool checksum_disable;
};
armhf: ✅struct sctp_globals {
struct list_head address_families;
struct sctp_hashbucket *ep_hashtable;
struct sctp_bind_hashbucket *port_hashtable;
struct rhltable transport_hashtable;
int ep_hashsize;
int port_hashsize;
__u16 max_instreams;
__u16 max_outstreams;
bool checksum_disable;
};
ppc64el: ✅struct sctp_globals {
struct list_head address_families;
struct sctp_hashbucket *ep_hashtable;
struct sctp_bind_hashbucket *port_hashtable;
struct rhltable transport_hashtable;
int ep_hashsize;
int port_hashsize;
__u16 max_instreams;
__u16 max_outstreams;
bool checksum_disable;
};
riscv64: ✅struct sctp_globals {
struct list_head address_families;
struct sctp_hashbucket *ep_hashtable;
struct sctp_bind_hashbucket *port_hashtable;
struct rhltable transport_hashtable;
int ep_hashsize;
int port_hashsize;
__u16 max_instreams;
__u16 max_outstreams;
bool checksum_disable;
};
aws: ✅struct sctp_globals {
struct list_head address_families;
struct sctp_hashbucket *ep_hashtable;
struct sctp_bind_hashbucket *port_hashtable;
struct rhltable transport_hashtable;
int ep_hashsize;
int port_hashsize;
__u16 max_instreams;
__u16 max_outstreams;
bool checksum_disable;
};
azure: ✅struct sctp_globals {
struct list_head address_families;
struct sctp_hashbucket *ep_hashtable;
struct sctp_bind_hashbucket *port_hashtable;
struct rhltable transport_hashtable;
int ep_hashsize;
int port_hashsize;
__u16 max_instreams;
__u16 max_outstreams;
bool checksum_disable;
};
gcp: ✅struct sctp_globals {
struct list_head address_families;
struct sctp_hashbucket *ep_hashtable;
struct sctp_bind_hashbucket *port_hashtable;
struct rhltable transport_hashtable;
int ep_hashsize;
int port_hashsize;
__u16 max_instreams;
__u16 max_outstreams;
bool checksum_disable;
};
lowlatency: ✅struct sctp_globals {
struct list_head address_families;
struct sctp_hashbucket *ep_hashtable;
struct sctp_bind_hashbucket *port_hashtable;
struct rhltable transport_hashtable;
int ep_hashsize;
int port_hashsize;
__u16 max_instreams;
__u16 max_outstreams;
bool checksum_disable;
};
Regular
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅