Lines Matching defs:strmno
1675 u_int16_t strmno, strmseq;
1793 strmno = ntohs(ch->dp.stream_id);
1794 if (strmno >= asoc->streamincnt) {
1835 (compare_with_wrap(asoc->strmin[strmno].last_sequence_delivered,
1837 asoc->strmin[strmno].last_sequence_delivered == strmseq)) {
1843 asoc->strmin[strmno].last_sequence_delivered);
1894 ((asoc->strmin[strmno].last_sequence_delivered + 1) == strmseq &&
1895 TAILQ_EMPTY(&asoc->strmin[strmno].inqueue))) &&
1916 ch->dp.protocol_id, 0, strmno, strmseq,
1999 asoc->strmin[strmno].last_sequence_delivered++;
2030 chk->rec.data.stream_number = strmno;