Searched refs:flows_cnt (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_fq_codel.c | 147 CTLFLAG_RW, &fq_codel_sysctl.flows_cnt, 1024, 303 idx = fq_codel_classify_flow(m, param->flows_cnt, si); in fq_codel_enqueue() 330 for (maxidx = 0; maxidx < schk->cfg.flows_cnt; maxidx++) in fq_codel_enqueue() 333 if (maxidx < schk->cfg.flows_cnt) { in fq_codel_enqueue() 335 for (i = maxidx + 1; i < schk->cfg.flows_cnt; i++) in fq_codel_enqueue() 456 si->flows = mallocarray(schk->cfg.flows_cnt, in fq_codel_new_sched() 471 for (i = 0; i < schk->cfg.flows_cnt; i++) { in fq_codel_new_sched() 544 fqc_cfg->flows_cnt = fq_codel_sysctl.flows_cnt; in fq_codel_config() 546 fqc_cfg->flows_cnt = ep->par[5]; in fq_codel_config() 556 fqc_cfg->flows_cnt= BOUND_VAR(fqc_cfg->flows_cnt,1,65536); in fq_codel_config() [all …]
|
H A D | dn_sched_fq_pie.c | 90 uint32_t flows_cnt; /* number of flows */ member 274 CTLFLAG_RW, &fq_pie_sysctl.flows_cnt, 1024, "Number of queues for FQ_PIE"); 556 fqpie_schk->cfg.flows_cnt) / 3; in pie_init() 880 idx = fq_pie_classify_flow(m, param->flows_cnt, si); in fq_pie_enqueue() 906 for (maxidx = 0; maxidx < schk->cfg.flows_cnt; maxidx++) in fq_pie_enqueue() 909 if (maxidx < schk->cfg.flows_cnt) { in fq_pie_enqueue() 911 for (i = maxidx + 1; i < schk->cfg.flows_cnt; i++) in fq_pie_enqueue() 1040 si->si_extra->flows = mallocarray(schk->cfg.flows_cnt, in fq_pie_new_sched() 1059 for (i = 0; i < schk->cfg.flows_cnt; i++) { in fq_pie_new_sched() 1086 for (i = 0; i < schk->cfg.flows_cnt; i++) { in fq_pie_free_sched() [all …]
|
H A D | dn_sched_fq_codel.h | 44 uint32_t flows_cnt; /* number of flows */ member
|