Lines Matching refs:strmout
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;
8666 stcb->asoc.strmout[i].next_sequence_sent = 0;
8674 stcb->asoc.strmout[(list[i])].next_sequence_sent = 0;
9498 if (asoc->strmout == NULL) {
9521 strq = &asoc->strmout[srcv->sinfo_stream];
9976 free(asoc->strmout, M_PCB);
9977 asoc->strmout = NULL;
9981 asoc->strmout = malloc(
9997 asoc->strmout[i].next_sequence_sent = 0x0;
9998 TAILQ_INIT(&asoc->strmout[i].outqueue);
9999 asoc->strmout[i].stream_no = i;
10000 asoc->strmout[i].next_spoke.tqe_next = 0;
10001 asoc->strmout[i].next_spoke.tqe_prev = 0;