Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dsm_statefuns.c312 struct sctp_association *new_asoc; in sctp_sf_do_5_1B_init() local
398 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC); in sctp_sf_do_5_1B_init()
399 if (!new_asoc) in sctp_sf_do_5_1B_init()
402 if (sctp_assoc_set_bind_addr_from_ep(new_asoc, in sctp_sf_do_5_1B_init()
408 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), in sctp_sf_do_5_1B_init()
423 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
449 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_5_1B_init()
464 sctp_association_free(new_asoc); in sctp_sf_do_5_1B_init()
656 struct sctp_association *new_asoc; in sctp_sf_do_5_1D_ce() local
702 new_asoc = sctp_unpack_cookie(ep, asoc, chunk, GFP_ATOMIC, &error, in sctp_sf_do_5_1D_ce()
[all …]
Dsocket.c1590 struct sctp_association *new_asoc = NULL, *asoc = NULL; in sctp_sendmsg() local
1822 new_asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL); in sctp_sendmsg()
1823 if (!new_asoc) { in sctp_sendmsg()
1827 asoc = new_asoc; in sctp_sendmsg()
1990 if (new_asoc) { in sctp_sendmsg()