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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_rr.c63 struct rr_queue *qnext; /* */ member in struct:rr_queue
91 si->tail->qnext = q;
93 q->qnext = si->head; /* make it circular */
109 si->head = si->head->qnext;
110 si->tail->qnext = si->head;
128 for (prev = si->head; prev; prev = prev->qnext) {
129 if (prev->qnext != q)
131 prev->qnext = q->qnext;
146 si->head = si->head->qnext;
[all...]
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dquery_smp.c49 smp->qnext = NULL;
54 engine->smp_queue_tail->qnext = smp;
67 engine->smp_queue_head = head->qnext;
H A Dinternal.h96 struct ibnd_smp *qnext; member in struct:ibnd_smp
/freebsd-11-stable/sys/netgraph/
H A Dng_ppp.c1674 struct ng_ppp_frag *qent, *qnext; local
1687 qnext = TAILQ_NEXT(qent, f_qent);
1688 if (qnext == NULL) /* end of queue */
1690 if (qnext->seq != MP_NEXT_RECV_SEQ(priv, qent->seq))
1692 qent = qnext;
1707 struct ng_ppp_frag *qent, *qnext; local
1713 for (tail = NULL; qent != NULL; qent = qnext) {
1714 qnext = TAILQ_NEXT(qent, f_qent);
1727 qnext = NULL;
1745 struct ng_ppp_frag *qent, *qnext local
2612 struct ng_ppp_frag *qent, *qnext; local
[all...]

Completed in 278 milliseconds