Searched refs:sctp_association_new (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/net/sctp/ |
D | structs.h | 1681 sctp_association_new(const struct sctp_endpoint *, const struct sock *,
|
/linux-2.4.37.9/net/sctp/ |
D | associola.c | 276 struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep, in sctp_association_new() function
|
D | sm_make_chunk.c | 1223 asoc = sctp_association_new(ep, ep->base.sk, scope, gfp); in sctp_make_temp_asoc() 1444 retval = sctp_association_new(ep, ep->base.sk, scope, gfp); in sctp_unpack_cookie()
|
D | socket.c | 1267 new_asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL); in sctp_sendmsg() 2344 asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL); in sctp_connect()
|