Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dsctp_output.c4199 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 …]
Dsctputil.c757 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()
Dsctp_structs.h356 struct sctp_stream_out *strmout; member
Dsctp_pcb.c2789 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()
Dsctp_input.c192 if (asoc->strmout) { in sctp_process_init()
195 outs = &asoc->strmout[i]; in sctp_process_init()