sctp_association_new 2103 include/net/sctp/structs.h sctp_association_new(const struct sctp_endpoint *ep, const struct sock *sk,
sctp_association_new 1593 net/sctp/sm_make_chunk.c 	asoc = sctp_association_new(ep, ep->base.sk, scope, gfp);
sctp_association_new 1823 net/sctp/sm_make_chunk.c 	retval = sctp_association_new(ep, ep->base.sk, scope, gfp);
sctp_association_new 1085 net/sctp/socket.c 	asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL);