OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strmno
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_indata.c
1675
u_int16_t
strmno
, strmseq;
local in function:sctp_process_a_data_chunk
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++
[
all
...]
sctp_indata.c
1675
u_int16_t
strmno
, strmseq;
local in function:sctp_process_a_data_chunk
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++
[
all
...]
Completed in 54 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025