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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel_helper.h57 struct fq_codel_schk *schk = (struct fq_codel_schk *)(si->_si.sched+1); local
83 if (sojourn_time < schk->cfg.ccfg.target || q->stats.len_bytes <= q->cst.maxpkt_size) {
90 q->cst.first_above_time = now + schk->cfg.ccfg.interval;
107 struct fq_codel_schk *schk = (struct fq_codel_schk *)(si->_si.sched+1); local
110 cprms = &schk->cfg.ccfg;
H A Ddn_sched_rr.c211 struct rr_schk *schk = (struct rr_schk *)(_schk + 1); local
215 schk->min_q = 64;
216 schk->max_q = 2048;
217 schk->q_bytes = 1500; /* quantum */
245 struct rr_schk *schk = (struct rr_schk *)(fs->sched + 1); local
250 ipdn_bound_var(&fs->fs.par[1], schk->q_bytes,
251 schk->min_q, schk->max_q, "RR quantum");
H A Ddn_sched_fq_codel.c292 struct fq_codel_schk *schk; local
299 schk = (struct fq_codel_schk *)(si->_si.sched+1);
300 param = &schk->cfg;
328 if (mainq->ni.length > schk->cfg.limit) { D("over limit");
330 for (maxidx = 0; maxidx < schk->cfg.flows_cnt; maxidx++)
333 if (maxidx < schk->cfg.flows_cnt) {
335 for (i = maxidx + 1; i < schk->cfg.flows_cnt; i++)
356 struct fq_codel_schk *schk; local
363 schk = (struct fq_codel_schk *)(si->_si.sched+1);
364 param = &schk
438 struct fq_codel_schk *schk; local
503 struct fq_codel_schk *schk; local
572 struct fq_codel_schk *schk = (struct fq_codel_schk *)(_schk+1); local
[all...]
H A Ddn_sched_fq_pie.c864 struct fq_pie_schk *schk; local
873 schk = (struct fq_pie_schk *)(si->_si.sched+1);
874 param = &schk->cfg;
901 if (mainq->ni.length > schk->cfg.limit) {
903 for (maxidx = 0; maxidx < schk->cfg.flows_cnt; maxidx++)
906 if (maxidx < schk->cfg.flows_cnt) {
908 for (i = maxidx + 1; i < schk->cfg.flows_cnt; i++)
928 struct fq_pie_schk *schk; local
935 schk = (struct fq_pie_schk *)(si->_si.sched+1);
936 param = &schk
1011 struct fq_pie_schk *schk; local
1075 struct fq_pie_schk *schk; local
1096 struct fq_pie_schk *schk; local
1186 struct fq_pie_schk *schk = (struct fq_pie_schk *)(_schk+1); local
[all...]
H A Dip_dummynet.c876 * DN_DESTROY (detach & delete queues, delete schk)
877 * or DN_DELETE_FS (delete queues and flowsets, delete schk)
929 /*--- end of schk hashtable support ---*/
1391 struct dn_schk *schk; local
1418 schk = locate_scheduler(ep->nr);
1419 if (!schk) {
1425 if (schk->fp && schk->fp->getconfig) {
1426 if(schk->fp->getconfig(schk, e
[all...]

Completed in 132 milliseconds