| /src/sys/netinet/ |
| sctp_structs.h | 259 TAILQ_ENTRY(sctp_stream_in) next_spoke; member in struct:sctp_stream_in 268 TAILQ_ENTRY(sctp_stream_out) next_spoke; /* next link in wheel */ member in struct:sctp_stream_out
|
| sctp_output.c | 3877 TAILQ_INSERT_HEAD(&asoc->out_wheel, strq, next_spoke); 3881 strn = TAILQ_NEXT(stre, next_spoke); 3883 TAILQ_INSERT_BEFORE(stre, strq, next_spoke); 3891 next_spoke); 3901 TAILQ_REMOVE(&asoc->out_wheel, strq, next_spoke); 3902 strq->next_spoke.tqe_next = NULL; 3903 strq->next_spoke.tqe_prev = NULL; 4368 if ((strq->next_spoke.tqe_next == NULL) && 4369 (strq->next_spoke.tqe_prev == NULL)) { 4498 if ((strq->next_spoke.tqe_next == NULL) & [all...] |
| sctp_timer.c | 708 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) { 1212 TAILQ_FOREACH(outs, &stcb->asoc.out_wheel, next_spoke) {
|
| sctputil.c | 775 asoc->strmout[i].next_spoke.tqe_next = 0; 776 asoc->strmout[i].next_spoke.tqe_prev = 0; 1608 TAILQ_FOREACH(strm, &asoc->out_wheel, next_spoke) { 2579 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) {
|
| sctp_input.c | 272 asoc->strmin[i].next_spoke.tqe_next = 0; 273 asoc->strmin[i].next_spoke.tqe_prev = 0; 582 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) {
|
| sctp_usrreq.c | 326 TAILQ_FOREACH(strm, &stcb->asoc.out_wheel, next_spoke) { 748 next_spoke) { 847 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) {
|
| sctp_indata.c | 4041 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) {
|
| sctp_pcb.c | 3124 TAILQ_REMOVE(&asoc->out_wheel, outs, next_spoke);
|
| /src/sys/netinet6/ |
| sctp6_usrreq.c | 381 TAILQ_FOREACH(strm, &stcb->asoc.out_wheel, next_spoke) { 727 next_spoke) {
|