Home | History | Annotate | Download | only in netinet

Lines Matching defs:stseq

4416 	struct sctp_strseq *stseq;
4624 stseq = (struct sctp_strseq *)((vaddr_t)fwd + sizeof(*fwd));
4641 xx = (unsigned char *)&stseq[i];
4643 st = ntohs(stseq[i].stream);
4644 stseq[i].stream = st;
4645 st = ntohs(stseq[i].sequence);
4646 stseq[i].sequence = st;
4648 if (stseq[i].stream > asoc->streamincnt) {
4653 stseq[i].stream, asoc->streamincnt);
4664 strm = &asoc->strmin[stseq[i].stream];
4665 if (compare_with_wrap(stseq[i].sequence,
4669 stseq[i].sequence;