security_sctp_assoc_request
int security_sctp_assoc_request(struct sctp_association *asoc, struct sk_buff *skb);
if (security_sctp_assoc_request(new_asoc, chunk->skb)) {
if (security_sctp_assoc_request((struct sctp_association *)asoc,
if (security_sctp_assoc_request(new_asoc, chunk->skb)) {
if (security_sctp_assoc_request(new_asoc, chunk->head_skb ?: chunk->skb)) {
EXPORT_SYMBOL(security_sctp_assoc_request);