Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_rr.c65 struct rr_queue *qnext; /* */ member
93 si->tail->qnext = q; in rr_append()
95 q->qnext = si->head; /* make it circular */ in rr_append()
111 si->head = si->head->qnext; in rr_remove_head()
112 si->tail->qnext = si->head; in rr_remove_head()
130 for (prev = si->head; prev; prev = prev->qnext) { in remove_queue_q()
131 if (prev->qnext != q) in remove_queue_q()
133 prev->qnext = q->qnext; in remove_queue_q()
147 si->head = si->head->qnext; in next_pointer()
148 si->tail = si->tail->qnext; in next_pointer()
/f-stack/freebsd/netgraph/
H A Dng_ppp.c1676 struct ng_ppp_frag *qent, *qnext; in ng_ppp_check_packet() local
1689 qnext = TAILQ_NEXT(qent, f_qent); in ng_ppp_check_packet()
1690 if (qnext == NULL) /* end of queue */ in ng_ppp_check_packet()
1694 qent = qnext; in ng_ppp_check_packet()
1709 struct ng_ppp_frag *qent, *qnext; in ng_ppp_get_packet() local
1716 qnext = TAILQ_NEXT(qent, f_qent); in ng_ppp_get_packet()
1729 qnext = NULL; in ng_ppp_get_packet()
1762 qnext = TAILQ_NEXT(qent, f_qent); in ng_ppp_frag_trim()
1763 KASSERT(qnext != NULL, in ng_ppp_frag_trim()
2613 struct ng_ppp_frag *qent, *qnext; in ng_ppp_frag_reset() local
[all …]