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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c121 struct wf2qp_queue *alg_fq = (struct wf2qp_queue *)q; local
127 alg_fq->S = alg_fq->F + 1; /* Mark timestamp as invalid. */
139 struct wf2qp_queue *alg_fq; local
150 alg_fq = (struct wf2qp_queue *)q;
152 if (DN_KEY_LT(alg_fq->F, alg_fq->S)) {
154 alg_fq->S = si->V; /* init start time */
159 alg_fq->S = MAX64(alg_fq
199 struct wf2qp_queue *alg_fq; local
325 struct wf2qp_queue *alg_fq = (struct wf2qp_queue *)q; local
[all...]

Completed in 52 milliseconds