Home | History | Annotate | Download | only in netinet

Lines Matching refs:strmin

242 	if (asoc->strmin != NULL) {
244 free(asoc->strmin, M_PCB);
246 asoc->strmin = malloc(asoc->streamincnt * sizeof(struct sctp_stream_in),
248 if (asoc->strmin == NULL) {
258 asoc->strmin[i].stream_no = i;
259 asoc->strmin[i].last_sequence_delivered = 0xffff;
266 TAILQ_INIT(&asoc->strmin[i].inqueue);
272 asoc->strmin[i].next_spoke.tqe_next = 0;
273 asoc->strmin[i].next_spoke.tqe_prev = 0;
2615 stcb->asoc.strmin[(list[i])].last_sequence_delivered = 0xffff;
2620 stcb->asoc.strmin[i].last_sequence_delivered = 0xffff;