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

/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c87 fq_codel_sysctl = {{5000 * AQM_TIME_1US, 100000 * AQM_TIME_1US, variable in typeref:struct:dn_sch_fq_codel_parms
96 value = fq_codel_sysctl.ccfg.interval;
103 fq_codel_sysctl.ccfg.interval = value * AQM_TIME_1US ;
114 value = fq_codel_sysctl.ccfg.target;
121 fq_codel_sysctl.ccfg.target = value * AQM_TIME_1US ;
145 CTLFLAG_RW, &fq_codel_sysctl.quantum, 1514, "FQ_CoDel quantum");
147 CTLFLAG_RW, &fq_codel_sysctl.flows_cnt, 1024,
150 CTLFLAG_RW, &fq_codel_sysctl.limit, 10240, "FQ_CoDel queues size limit");
518 fqc_cfg->ccfg.target = fq_codel_sysctl.ccfg.target;
523 fqc_cfg->ccfg.interval = fq_codel_sysctl
[all...]

Completed in 104 milliseconds