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

/net/sctp/
H A Dsm_statefuns.c312 struct sctp_association *new_asoc; local
398 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC);
399 if (!new_asoc)
402 if (sctp_assoc_set_bind_addr_from_ep(new_asoc,
408 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk),
423 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len);
449 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc));
464 sctp_association_free(new_asoc);
656 struct sctp_association *new_asoc; local
702 new_asoc
1264 sctp_sf_check_restart_addrs(const struct sctp_association *new_asoc, const struct sctp_association *asoc, struct sctp_chunk *init, sctp_cmd_seq_t *commands) argument
1304 sctp_tietags_populate(struct sctp_association *new_asoc, const struct sctp_association *asoc) argument
1351 sctp_tietags_compare(struct sctp_association *new_asoc, const struct sctp_association *asoc) argument
1397 struct sctp_association *new_asoc; local
1698 sctp_sf_do_dupcook_a(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, sctp_cmd_seq_t *commands, struct sctp_association *new_asoc) argument
1813 sctp_sf_do_dupcook_b(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, sctp_cmd_seq_t *commands, struct sctp_association *new_asoc) argument
1884 sctp_sf_do_dupcook_c(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, sctp_cmd_seq_t *commands, struct sctp_association *new_asoc) argument
1906 sctp_sf_do_dupcook_d(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, sctp_cmd_seq_t *commands, struct sctp_association *new_asoc) argument
2010 struct sctp_association *new_asoc; local
[all...]
H A Dsocket.c1595 struct sctp_association *new_asoc = NULL, *asoc = NULL; local
1827 new_asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL);
1828 if (!new_asoc) {
1832 asoc = new_asoc;
1989 if (new_asoc) {

Completed in 34 milliseconds