OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_wheel
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
337
struct sctpwheel_listhead
out_wheel
;
member in struct:sctp_association
sctp_timer.c
708
TAILQ_FOREACH(outs, &asoc->
out_wheel
, next_spoke) {
1200
if (TAILQ_EMPTY(&stcb->asoc.
out_wheel
)) {
1201
printf("Strange,
out_wheel
empty nothing on sent/send and tot=%lu?\n",
1212
TAILQ_FOREACH(outs, &stcb->asoc.
out_wheel
, next_spoke) {
sctp_output.c
3874
stre = TAILQ_FIRST(&asoc->
out_wheel
);
3877
TAILQ_INSERT_HEAD(&asoc->
out_wheel
, strq, next_spoke);
3890
TAILQ_INSERT_AFTER(&asoc->
out_wheel
, stre, strq,
3901
TAILQ_REMOVE(&asoc->
out_wheel
, strq, next_spoke);
4514
if (!TAILQ_EMPTY(&asoc->
out_wheel
)) {
4517
TAILQ_FOREACH(outs, &asoc->
out_wheel
, next_spoke) {
5146
strq = asoc->last_out_stream = TAILQ_FIRST(&asoc->
out_wheel
);
5156
asoc->last_out_stream = TAILQ_FIRST(&asoc->
out_wheel
);
5162
strq = TAILQ_FIRST(&asoc->
out_wheel
);
5174
strq = TAILQ_FIRST(&asoc->
out_wheel
);
[
all
...]
sctp_usrreq.c
326
TAILQ_FOREACH(strm, &stcb->asoc.
out_wheel
, next_spoke) {
744
if (!TAILQ_EMPTY(&asoc->
out_wheel
)) {
747
TAILQ_FOREACH(outs, &asoc->
out_wheel
,
844
if (!TAILQ_EMPTY(&asoc->
out_wheel
)) {
847
TAILQ_FOREACH(outs, &asoc->
out_wheel
, next_spoke) {
sctp_pcb.c
3121
while (!TAILQ_EMPTY(&asoc->
out_wheel
)) {
3123
outs = TAILQ_FIRST(&asoc->
out_wheel
);
3124
TAILQ_REMOVE(&asoc->
out_wheel
, outs, next_spoke);
3142
outs = TAILQ_FIRST(&asoc->
out_wheel
);
sctp_input.c
579
if (!TAILQ_EMPTY(&asoc->
out_wheel
)) {
582
TAILQ_FOREACH(outs, &asoc->
out_wheel
, next_spoke) {
643
!TAILQ_EMPTY(&asoc->
out_wheel
)) {
2360
!TAILQ_EMPTY(&asoc->
out_wheel
)) {
sctputil.c
788
TAILQ_INIT(&asoc->
out_wheel
);
1608
TAILQ_FOREACH(strm, &asoc->
out_wheel
, next_spoke) {
2579
TAILQ_FOREACH(outs, &asoc->
out_wheel
, next_spoke) {
sctp_indata.c
4038
if (!TAILQ_EMPTY(&asoc->
out_wheel
)) {
4041
TAILQ_FOREACH(outs, &asoc->
out_wheel
, next_spoke) {
/src/sys/netinet6/
sctp6_usrreq.c
381
TAILQ_FOREACH(strm, &stcb->asoc.
out_wheel
, next_spoke) {
723
if (!TAILQ_EMPTY(&asoc->
out_wheel
)) {
726
TAILQ_FOREACH(outs, &asoc->
out_wheel
,
Completed in 32 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025