Searched refs:sctp_association_new (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_make_chunk.c | 1593 asoc = sctp_association_new(ep, ep->base.sk, scope, gfp); in sctp_make_temp_asoc() 1816 retval = sctp_association_new(ep, ep->base.sk, scope, gfp); in sctp_unpack_cookie()
|
H A D | associola.c | 284 struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep, in sctp_association_new() function
|
H A D | socket.c | 1088 asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL); in sctp_connect_new_asoc()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_make_chunk.c | 1638 asoc = sctp_association_new(ep, ep->base.sk, scope, gfp); in sctp_make_temp_asoc() 1861 retval = sctp_association_new(ep, ep->base.sk, scope, gfp); in sctp_unpack_cookie()
|
H A D | associola.c | 285 struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep, in sctp_association_new() function
|
H A D | socket.c | 1090 asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL); in sctp_connect_new_asoc()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 2104 sctp_association_new(const struct sctp_endpoint *ep, const struct sock *sk,
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 2140 sctp_association_new(const struct sctp_endpoint *ep, const struct sock *sk,
|
Completed in 42 milliseconds