OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outqueue
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/public-domain/xz/lib/
Makefile
55
stream_flags_encoder.c vli_encoder.c
outqueue
.c \
/src/sys/netinet/
sctp_structs.h
267
struct sctpchunk_listhead
outqueue
;
member in struct:sctp_stream_out
sctp_timer.c
710
TAILQ_FOREACH(chk, &outs->
outqueue
, sctp_next) {
1213
if (!TAILQ_EMPTY(&outs->
outqueue
)) {
1214
TAILQ_FOREACH(chk, &outs->
outqueue
, sctp_next) {
sctputil.c
773
TAILQ_INIT(&asoc->strmout[i].
outqueue
);
1609
TAILQ_FOREACH(chk, &strm->
outqueue
, sctp_next) {
2581
chk = TAILQ_FIRST(&outs->
outqueue
);
2584
TAILQ_REMOVE(&outs->
outqueue
, chk, sctp_next);
2600
chk = TAILQ_FIRST(&outs->
outqueue
);
sctp_output.c
4366
TAILQ_INSERT_TAIL(&strq->
outqueue
, chk, sctp_next);
4494
TAILQ_INSERT_TAIL(&strq->
outqueue
, chk, sctp_next);
4518
if (!TAILQ_EMPTY(&outs->
outqueue
)) {
5003
chk = TAILQ_FIRST(&strq->
outqueue
);
5057
TAILQ_REMOVE(&strq->
outqueue
, chk, sctp_next);
5181
if ((chk = TAILQ_FIRST(&strq->
outqueue
)) == NULL) {
7357
TAILQ_INIT(&asoc->strmout[i].
outqueue
);
9581
TAILQ_INSERT_TAIL(&strq->
outqueue
, chk, sctp_next);
9681
TAILQ_INSERT_TAIL(&strq->
outqueue
, chk, sctp_next);
9738
if (!TAILQ_EMPTY(&outs->
outqueue
)) {
[
all
...]
sctp_input.c
196
chk = TAILQ_FIRST(&outs->
outqueue
);
198
TAILQ_REMOVE(&outs->
outqueue
, chk,
216
chk = TAILQ_FIRST(&outs->
outqueue
);
583
if (!TAILQ_EMPTY(&outs->
outqueue
)) {
2292
* the
outqueue
and make sure that we have a covered
sctp_usrreq.c
232
TAILQ_INSERT_AFTER(&strm->
outqueue
, chk, new_chk, sctp_next);
327
chk = TAILQ_FIRST(&strm->
outqueue
);
749
if (!TAILQ_EMPTY(&outs->
outqueue
)) {
848
if (!TAILQ_EMPTY(&outs->
outqueue
)) {
sctp_pcb.c
3126
chk = TAILQ_FIRST(&outs->
outqueue
);
3128
TAILQ_REMOVE(&outs->
outqueue
, chk, sctp_next);
3140
chk = TAILQ_FIRST(&outs->
outqueue
);
sctp_indata.c
4042
if (!TAILQ_EMPTY(&outs->
outqueue
)) {
/src/sys/netinet6/
sctp6_usrreq.c
382
TAILQ_FOREACH(chk, &strm->
outqueue
, sctp_next) {
728
if (!TAILQ_EMPTY(&outs->
outqueue
)) {
Completed in 68 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026