Home
last modified time | relevance | path

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

/net/sctp/
Dsm_statefuns.c302 struct sctp_association *new_asoc; in sctp_sf_do_5_1B_init() local
391 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC); in sctp_sf_do_5_1B_init()
392 if (!new_asoc) in sctp_sf_do_5_1B_init()
395 if (sctp_assoc_set_bind_addr_from_ep(new_asoc, in sctp_sf_do_5_1B_init()
401 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), in sctp_sf_do_5_1B_init()
416 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
442 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_5_1B_init()
457 sctp_association_free(new_asoc); in sctp_sf_do_5_1B_init()
682 struct sctp_association *new_asoc; in sctp_sf_do_5_1D_ce() local
728 new_asoc = sctp_unpack_cookie(ep, asoc, chunk, GFP_ATOMIC, &error, in sctp_sf_do_5_1D_ce()
[all …]