Lines Matching defs:asoc
4699 * @asoc: SCTP association
4702 * Passes the @asoc and @chunk->skb of the association INIT packet to the LSM.
4706 int security_sctp_assoc_request(struct sctp_association *asoc,
4709 return call_int_hook(sctp_assoc_request, 0, asoc, skb);
4737 * @asoc: SCTP association
4745 void security_sctp_sk_clone(struct sctp_association *asoc, struct sock *sk,
4748 call_void_hook(sctp_sk_clone, asoc, sk, newsk);
4754 * @asoc: SCTP association
4757 * Passes the @asoc and @chunk->skb of the association COOKIE_ACK packet to the
4762 int security_sctp_assoc_established(struct sctp_association *asoc,
4765 return call_int_hook(sctp_assoc_established, 0, asoc, skb);