Home
last modified time | relevance | path

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

/linux-2.6.39/net/sctp/
Dsm_statefuns.c300 struct sctp_association *new_asoc; in sctp_sf_do_5_1B_init() local
386 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC); in sctp_sf_do_5_1B_init()
387 if (!new_asoc) in sctp_sf_do_5_1B_init()
390 if (sctp_assoc_set_bind_addr_from_ep(new_asoc, in sctp_sf_do_5_1B_init()
396 if (!sctp_process_init(new_asoc, chunk->chunk_hdr->type, in sctp_sf_do_5_1B_init()
412 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init()
438 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc)); in sctp_sf_do_5_1B_init()
453 sctp_association_free(new_asoc); in sctp_sf_do_5_1B_init()
643 struct sctp_association *new_asoc; in sctp_sf_do_5_1D_ce() local
689 new_asoc = sctp_unpack_cookie(ep, asoc, chunk, GFP_ATOMIC, &error, in sctp_sf_do_5_1D_ce()
[all …]
Dsocket.c1490 struct sctp_association *new_asoc=NULL, *asoc=NULL; in sctp_sendmsg() local
1710 new_asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL); in sctp_sendmsg()
1711 if (!new_asoc) { in sctp_sendmsg()
1715 asoc = new_asoc; in sctp_sendmsg()
1868 if (new_asoc) in sctp_sendmsg()