OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sent_queue
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/netinet/
sctp_timer.c
113
TAILQ_FOREACH(chk, &asoc->
sent_queue
, sctp_next) {
431
chk = TAILQ_FIRST(&stcb->asoc.
sent_queue
);
440
TAILQ_REMOVE(&stcb->asoc.
sent_queue
, chk, sctp_next);
443
&stcb->asoc.
sent_queue
);
512
&stcb->asoc.
sent_queue
);
660
TAILQ_FOREACH(chk, &stcb->asoc.
sent_queue
, sctp_next) {
1227
(TAILQ_EMPTY(&stcb->asoc.
sent_queue
))) {
1261
(TAILQ_EMPTY(&stcb->asoc.
sent_queue
))) {
1389
TAILQ_EMPTY(&asoc->
sent_queue
)) {
sctp_indata.c
2742
tp1 = TAILQ_FIRST(&asoc->
sent_queue
);
2766
tp1 = TAILQ_FIRST(&asoc->
sent_queue
);
2872
tp1 = TAILQ_FIRST(&asoc->
sent_queue
);
2961
tp1 = TAILQ_FIRST(&asoc->
sent_queue
);
2984
&asoc->
sent_queue
);
3199
tp1 = TAILQ_FIRST(&asoc->
sent_queue
);
3241
&asoc->
sent_queue
);
3610
if (TAILQ_EMPTY(&asoc->
sent_queue
)) {
3653
tp1 = TAILQ_FIRST(&asoc->
sent_queue
);
3806
tp1 = TAILQ_FIRST(&asoc->
sent_queue
);
[
all
...]
sctp_structs.h
316
/* Once a TSN hits the wire it is moved to the
sent_queue
. We
322
struct sctpchunk_listhead
sent_queue
;
member in struct:sctp_association
sctp_input.c
594
!TAILQ_EMPTY(&asoc->
sent_queue
));
598
!TAILQ_EMPTY(&asoc->
sent_queue
) ||
642
!TAILQ_EMPTY(&asoc->
sent_queue
) ||
2206
if (!TAILQ_EMPTY(&asoc->
sent_queue
)) {
2209
chk = TAILQ_FIRST(&asoc->
sent_queue
);
2243
lchk = TAILQ_FIRST(&stcb->asoc.
sent_queue
);
2359
!TAILQ_EMPTY(&asoc->
sent_queue
) ||
2381
tp1 = TAILQ_FIRST(&stcb->asoc.
sent_queue
);
2398
tp1 = TAILQ_FIRST(&stcb->asoc.
sent_queue
);
2480
TAILQ_FOREACH(tp1, &stcb->asoc.
sent_queue
, sctp_next)
[
all
...]
sctputil.c
472
TAILQ_FOREACH(chk, &stcb->asoc.
sent_queue
, sctp_next) {
540
TAILQ_FOREACH(chk, &stcb->asoc.
sent_queue
, sctp_next) {
791
TAILQ_INIT(&asoc->
sent_queue
);
915
chk = TAILQ_FIRST(&stcb->asoc.
sent_queue
);
1622
TAILQ_FOREACH(chk, &asoc->
sent_queue
, sctp_next) {
2624
if (!TAILQ_EMPTY(&asoc->
sent_queue
)) {
2625
chk = TAILQ_FIRST(&asoc->
sent_queue
);
2627
TAILQ_REMOVE(&asoc->
sent_queue
, chk, sctp_next);
2641
chk = TAILQ_FIRST(&asoc->
sent_queue
);
3399
TAILQ_INSERT_TAIL(&stcb->asoc.
sent_queue
, tp1
[
all
...]
sctp_output.c
3917
TAILQ_FOREACH(chk, &asoc->
sent_queue
, sctp_next) {
3952
&asoc->
sent_queue
);
4526
TAILQ_EMPTY(&asoc->
sent_queue
) &&
4905
TAILQ_INSERT_TAIL(&asoc->
sent_queue
,
5372
TAILQ_FOREACH(chk, &asoc->
sent_queue
, sctp_next) {
5375
printf("We have %d chunks on the
sent_queue
\n", chk_cnt);
6464
*
sent_queue
marked for resend and bundle them all together
6489
if (TAILQ_EMPTY(&asoc->
sent_queue
)) {
6585
if (TAILQ_EMPTY(&asoc->
sent_queue
)) {
6604
TAILQ_FOREACH(chk, &asoc->
sent_queue
, sctp_next)
[
all
...]
sctp_pcb.c
2078
TAILQ_EMPTY(&asoc->asoc.
sent_queue
)) {
3182
if (!TAILQ_EMPTY(&asoc->
sent_queue
)) {
3183
chk = TAILQ_FIRST(&asoc->
sent_queue
);
3185
TAILQ_REMOVE(&asoc->
sent_queue
, chk, sctp_next);
3194
chk = TAILQ_FIRST(&asoc->
sent_queue
);
sctp_usrreq.c
303
TAILQ_FOREACH(chk, &stcb->asoc.
sent_queue
, sctp_next) {
757
TAILQ_EMPTY(&asoc->
sent_queue
) &&
855
TAILQ_EMPTY(&asoc->
sent_queue
) &&
/src/sys/netinet6/
sctp6_usrreq.c
361
TAILQ_FOREACH(chk, &stcb->asoc.
sent_queue
, sctp_next) {
736
TAILQ_EMPTY(&asoc->
sent_queue
) &&
Completed in 29 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025