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

/freebsd-13-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.c212 struct rr_schk *schk = (struct rr_schk *)(_schk + 1); local
216 schk->min_q = 64;
217 schk->max_q = 2048;
218 schk->q_bytes = 1500; /* quantum */
246 struct rr_schk *schk = (struct rr_schk *)(fs->sched + 1); local
251 ipdn_bound_var(&fs->fs.par[1], schk->q_bytes,
252 schk->min_q, schk->max_q, "RR quantum");
H A Ddn_sched_fq_codel.c291 struct fq_codel_schk *schk; local
298 schk = (struct fq_codel_schk *)(si->_si.sched+1);
299 param = &schk->cfg;
327 if (mainq->ni.length > schk->cfg.limit) { D("over limit");
329 for (maxidx = 0; maxidx < schk->cfg.flows_cnt; maxidx++)
332 if (maxidx < schk->cfg.flows_cnt) {
334 for (i = maxidx + 1; i < schk->cfg.flows_cnt; i++)
355 struct fq_codel_schk *schk; local
362 schk = (struct fq_codel_schk *)(si->_si.sched+1);
363 param = &schk
437 struct fq_codel_schk *schk; local
502 struct fq_codel_schk *schk; local
569 struct fq_codel_schk *schk = (struct fq_codel_schk *)(_schk+1); local
[all...]
H A Ddn_sched_fq_pie.c865 struct fq_pie_schk *schk; local
874 schk = (struct fq_pie_schk *)(si->_si.sched+1);
875 param = &schk->cfg;
902 if (mainq->ni.length > schk->cfg.limit) {
904 for (maxidx = 0; maxidx < schk->cfg.flows_cnt; maxidx++)
907 if (maxidx < schk->cfg.flows_cnt) {
909 for (i = maxidx + 1; i < schk->cfg.flows_cnt; i++)
929 struct fq_pie_schk *schk; local
936 schk = (struct fq_pie_schk *)(si->_si.sched+1);
937 param = &schk
1012 struct fq_pie_schk *schk; local
1075 struct fq_pie_schk *schk; local
1096 struct fq_pie_schk *schk; local
1184 struct fq_pie_schk *schk = (struct fq_pie_schk *)(_schk+1); local
[all...]
H A Dip_dummynet.c891 * DN_DESTROY (detach & delete queues, delete schk)
892 * or DN_DELETE_FS (delete queues and flowsets, delete schk)
943 /*--- end of schk hashtable support ---*/
1403 struct dn_schk *schk; local
1430 schk = locate_scheduler(ep->nr);
1431 if (!schk) {
1437 if (schk->fp && schk->fp->getconfig) {
1438 if(schk->fp->getconfig(schk, e
[all...]

Completed in 43 milliseconds