OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inqueue
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
sctp_indata.c
743
chk = TAILQ_FIRST(&strm->
inqueue
);
750
TAILQ_REMOVE(&strm->
inqueue
,
845
TAILQ_INSERT_HEAD(&strm->
inqueue
, chk, sctp_next);
881
chk = TAILQ_FIRST(&strm->
inqueue
);
887
TAILQ_REMOVE(&strm->
inqueue
, chk, sctp_next);
918
if (TAILQ_EMPTY(&strm->
inqueue
)) {
923
TAILQ_INSERT_HEAD(&strm->
inqueue
, chk, sctp_next);
925
TAILQ_FOREACH(at, &strm->
inqueue
, sctp_next) {
978
TAILQ_INSERT_AFTER(&strm->
inqueue
,
1895
TAILQ_EMPTY(&asoc->strmin[strmno].
inqueue
))) &
[
all
...]
sctp_structs.h
258
struct sctpchunk_listhead
inqueue
;
member in struct:sctp_stream_in
sctp_pcb.c
3257
if (!TAILQ_EMPTY(&asoc->strmin[i].
inqueue
)) {
3259
chk = TAILQ_FIRST(&asoc->strmin[i].
inqueue
);
3261
TAILQ_REMOVE(&asoc->strmin[i].
inqueue
,
3272
chk = TAILQ_FIRST(&asoc->strmin[i].
inqueue
);
4534
chk = TAILQ_FIRST(&asoc->strmin[strmat].
inqueue
);
4555
TAILQ_REMOVE(&asoc->strmin[strmat].
inqueue
,
sctp_input.c
266
TAILQ_INIT(&asoc->strmin[i].
inqueue
);
Completed in 19 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025