sctp_pfRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
5.0: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
5.3: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
5.4: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
5.8: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
5.11: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
5.13: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
5.15: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
5.19: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
6.2: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
6.5: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
6.8: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
arm64: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
armhf: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
ppc64el: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
riscv64: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
aws: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
azure: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
gcp: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
lowlatency: ✅struct sctp_pf {
void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
void (*skb_msgname)(struct sk_buff *, char *, int *);
int (*af_supported)(sa_family_t, struct sctp_sock *);
int (*cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *);
int (*bind_verify)(struct sctp_sock *, union sctp_addr *);
int (*send_verify)(struct sctp_sock *, union sctp_addr *);
int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock * (*create_accept_sk)(struct sock *, struct sctp_association *, bool);
int (*addr_to_user)(struct sctp_sock *, union sctp_addr *);
void (*to_sk_saddr)(union sctp_addr *, struct sock *);
void (*to_sk_daddr)(union sctp_addr *, struct sock *);
void (*copy_ip_options)(struct sock *, struct sock *);
struct sctp_af *af;
};
Regular
4.18 and 5.0 ✅
5.0 and 5.3 ✅
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 ✅