Home
last modified time | relevance | path

Searched refs:sctp_make_temp_asoc (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/net/sctp/
Dsm.h166 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *,
/linux-6.1.9/net/sctp/
Dsm_statefuns.c409 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC); in sctp_sf_do_5_1B_init()
1594 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC); in sctp_sf_do_unexpected_init()
Dsm_make_chunk.c1628 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep, in sctp_make_temp_asoc() function