Home
last modified time | relevance | path

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

/Linux-v5.15/net/sctp/
Dsm_statefuns.c325 struct sctp_association *new_asoc; in sctp_sf_do_5_1B_init() local
414 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC); in sctp_sf_do_5_1B_init()
415 if (!new_asoc) in sctp_sf_do_5_1B_init()
418 if (sctp_assoc_set_bind_addr_from_ep(new_asoc, in sctp_sf_do_5_1B_init()
424 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), in sctp_sf_do_5_1B_init()
439 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
465 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_5_1B_init()
480 sctp_association_free(new_asoc); in sctp_sf_do_5_1B_init()
705 struct sctp_association *new_asoc; in sctp_sf_do_5_1D_ce() local
755 new_asoc = sctp_unpack_cookie(ep, asoc, chunk, GFP_ATOMIC, &error, in sctp_sf_do_5_1D_ce()
[all …]