Home | History | Annotate | Download | only in netinet

Lines Matching refs:out_wheel

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);
5311 TAILQ_EMPTY(&asoc->out_wheel)) {
9734 if (!TAILQ_EMPTY(&asoc->out_wheel)) {
9737 TAILQ_FOREACH(outs, &asoc->out_wheel, next_spoke) {