Searched refs:strmout (Results 1 – 5 of 5) sorted by relevance
4199 if (asoc->strmout == NULL) {4209 strq = &asoc->strmout[srcv->sinfo_stream];7338 free(asoc->strmout, M_PCB);7339 asoc->strmout = NULL;7341 asoc->strmout = malloc(asoc->streamoutcnt *7356 asoc->strmout[i].next_sequence_sent = 0x0;7357 TAILQ_INIT(&asoc->strmout[i].outqueue);7358 asoc->strmout[i].stream_no = i;7359 asoc->strmout[i].next_spoke.tqe_next = 0;7360 asoc->strmout[i].next_spoke.tqe_prev = 0;[all …]
757 asoc->strmout = malloc(asoc->streamoutcnt * in sctp_init_asoc()759 if (asoc->strmout == NULL) { in sctp_init_asoc()772 asoc->strmout[i].next_sequence_sent = 0x0; in sctp_init_asoc()773 TAILQ_INIT(&asoc->strmout[i].outqueue); in sctp_init_asoc()774 asoc->strmout[i].stream_no = i; in sctp_init_asoc()775 asoc->strmout[i].next_spoke.tqe_next = 0; in sctp_init_asoc()776 asoc->strmout[i].next_spoke.tqe_prev = 0; in sctp_init_asoc()783 free(asoc->strmout, M_PCB); in sctp_init_asoc()
356 struct sctp_stream_out *strmout; member
2789 if (asoc->strmout) in sctp_aloc_assoc()2790 free(asoc->strmout, M_PCB); in sctp_aloc_assoc()3249 if (asoc->strmout) { in sctp_free_assoc()3250 free(asoc->strmout, M_PCB); in sctp_free_assoc()3251 asoc->strmout = NULL; in sctp_free_assoc()
192 if (asoc->strmout) { in sctp_process_init()195 outs = &asoc->strmout[i]; in sctp_process_init()