Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c91 double *q_wfi; /* (byte) Worst-case Fair Index of the flows */ member
196 if (c->q_wfi[mb->flow_id] < wfi) in gnet_stats_deq()
197 c->q_wfi[mb->flow_id] = wfi; in gnet_stats_deq()
553 c->q_wfi = calloc(c->flows, sizeof(double)); /* stats, one per flow */ in init()
554 if (!c->sched || !c->si || !c->fs || !c->q || !c->q_wfi) { in init()
626 if (c.wfi < c.q_wfi[i]) in main()
627 c.wfi = c.q_wfi[i]; in main()