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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h78 struct dn_queue main_q; /* main queue is after si directly */ member in struct:fq_codel_si
104 si->main_q.ni.drops ++;
112 si->main_q.ni.length += inc;
113 si->main_q.ni.len_bytes += len;
125 si->main_q.ni.tot_bytes += len;
126 si->main_q.ni.tot_pkts ++;
149 if (si->main_q.ni.length == 0) /* queue is now idle */
150 si->main_q.q_time = dn_cfg.curr_time;
H A Ddn_sched_fq_pie.c139 struct dn_queue main_q; /* main queue is after si directly */ member in struct:fq_pie_si
299 si->main_q.ni.drops ++;
307 si->main_q.ni.length += inc;
308 si->main_q.ni.len_bytes += len;
320 si->main_q.ni.tot_bytes += len;
321 si->main_q.ni.tot_pkts ++;
349 if (si->main_q.ni.length == 0) /* queue is now idle */
350 si->main_q.q_time = dn_cfg.curr_time;
772 if (si->main_q.ni.length == 0) /* queue is now idle */
773 si->main_q
[all...]
H A Ddn_sched_fq_codel.c164 if (si->main_q.ni.length == 0) /* queue is now idle */
165 si->main_q.q_time = dn_cfg.curr_time;
450 q = &si->main_q;

Completed in 61 milliseconds