Home
last modified time | relevance | path

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

/Linux-v5.10/net/sctp/
Dsm_statefuns.c312 struct sctp_association *new_asoc; in sctp_sf_do_5_1B_init() local
401 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC); in sctp_sf_do_5_1B_init()
402 if (!new_asoc) in sctp_sf_do_5_1B_init()
405 if (sctp_assoc_set_bind_addr_from_ep(new_asoc, in sctp_sf_do_5_1B_init()
411 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), in sctp_sf_do_5_1B_init()
426 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
452 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_5_1B_init()
467 sctp_association_free(new_asoc); in sctp_sf_do_5_1B_init()
692 struct sctp_association *new_asoc; in sctp_sf_do_5_1D_ce() local
738 new_asoc = sctp_unpack_cookie(ep, asoc, chunk, GFP_ATOMIC, &error, in sctp_sf_do_5_1D_ce()
[all …]