OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_reply_queue
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
373
struct sctpchunk_listhead
pending_reply_queue
;
member in struct:sctp_association
sctp_indata.c
2155
* to be) off and put them on a
pending_reply_queue
. The
2167
TAILQ_INSERT_TAIL(&asoc->
pending_reply_queue
, chk, sctp_next);
2354
* 3: distribute any chunks in
pending_reply_queue
.
2360
chk = TAILQ_FIRST(&asoc->
pending_reply_queue
);
2362
TAILQ_REMOVE(&asoc->
pending_reply_queue
, chk, sctp_next);
2367
chk = TAILQ_FIRST(&asoc->
pending_reply_queue
);
sctp_pcb.c
3149
chk = TAILQ_FIRST(&asoc->
pending_reply_queue
);
3151
TAILQ_REMOVE(&asoc->
pending_reply_queue
, chk, sctp_next);
3163
chk = TAILQ_FIRST(&asoc->
pending_reply_queue
);
sctputil.c
744
TAILQ_INIT(&asoc->
pending_reply_queue
);
Completed in 37 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025