Searched refs:sctp_make_temp_asoc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | sm.h | 165 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *,
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | sm.h | 165 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *,
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_statefuns.c | 407 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC); in sctp_sf_do_5_1B_init() 1546 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC); in sctp_sf_do_unexpected_init()
|
H A D | sm_make_chunk.c | 1583 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep, in sctp_make_temp_asoc() function
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_statefuns.c | 409 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC); in sctp_sf_do_5_1B_init() 1593 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC); in sctp_sf_do_unexpected_init()
|
H A D | sm_make_chunk.c | 1628 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep, in sctp_make_temp_asoc() function
|
Completed in 25 milliseconds