Searched refs:qnext (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/netpfil/ipfw/
H A Ddn_sched_rr.c57 struct rr_queue *qnext; /* */ member in struct:rr_queue
85 si->tail->qnext = q;
87 q->qnext = si->head; /* make it circular */
103 si->head = si->head->qnext;
104 si->tail->qnext = si->head;
122 for (prev = si->head; prev; prev = prev->qnext) {
123 if (prev->qnext != q)
125 prev->qnext = q->qnext;
140 si->head = si->head->qnext;
[all...]
/freebsd-10.1-release/sys/netgraph/
H A Dng_ppp.c1660 struct ng_ppp_frag *qent, *qnext; local
1673 qnext = TAILQ_NEXT(qent, f_qent);
1674 if (qnext == NULL) /* end of queue */
1676 if (qnext->seq != MP_NEXT_RECV_SEQ(priv, qent->seq))
1678 qent = qnext;
1693 struct ng_ppp_frag *qent, *qnext; local
1699 for (tail = NULL; qent != NULL; qent = qnext) {
1700 qnext = TAILQ_NEXT(qent, f_qent);
1713 qnext = NULL;
1731 struct ng_ppp_frag *qent, *qnext local
2585 struct ng_ppp_frag *qent, *qnext; local
[all...]

Completed in 30 milliseconds