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

/freebsd-12-stable/sys/netpfil/ipfw/test/
H A Dmain.c36 int flows; /* number of flows */ member in struct:cfg_s
38 int wsum; /* sum of weights of all flows */
91 double *q_wfi; /* (byte) Worst-case Fair Index of the flows */
255 for (i=0; i < c->flows; i++) {
313 * weight:maxlen:flows
314 * indicating how many flows are hooked to that fs.
316 * The first pass (fs != NULL) justs count the number of flowsets and flows,
328 DX(3, "--- pass %d flows %d flowsets %d", pass, c->flows,
345 int flows; local
[all...]
/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c75 * because fq_codel use different flows (sub-queues) structure and
146 SYSCTL_UINT(_net_inet_ip_dummynet_fqcodel, OID_AUTO, flows,
306 drop = codel_enqueue(&si->flows[idx], m, si);
313 * new flows list, initialize and activate it.
315 if (!si->flows[idx].active ) {
316 STAILQ_INSERT_TAIL(&si->newflows, &si->flows[idx], flowchain);
317 si->flows[idx].deficit = param->quantum;
318 si->flows[idx].cst.dropping = false;
319 si->flows[idx].cst.first_above_time = 0;
320 si->flows[id
[all...]
H A Ddn_sched_fq_pie.c96 uint32_t flows_cnt; /* number of flows */
129 * sub-queues and the flows array pointer even after the scheduler instance
136 struct fq_pie_flow *flows; /* array of flows (queues) */ member in struct:fq_pie_si_extra
157 * flows=1024, limit=10240, quantum =1514
278 SYSCTL_UINT(_net_inet_ip_dummynet_fqpie, OID_AUTO, flows,
569 * callout function to destroy PIE lock, and free fq_pie flows and fq_pie si
587 /* when all sub-queues are destroyed, free flows fq_pie extra vars memory */
589 free(psi_extra->flows, M_DUMMYNET);
870 struct fq_pie_flow *flows; local
1015 struct fq_pie_flow *flows; local
1079 struct fq_pie_flow *flows; local
[all...]
H A Ddn_sched_fq_codel.h49 uint32_t flows_cnt; /* number of flows */
83 struct fq_codel_flow *flows; /* array of flows (queues) */ member in struct:fq_codel_si
/freebsd-12-stable/sys/net/altq/
H A Daltq_red.c174 * flow-valve is an extension to protect red from unresponsive flows
176 * flow-valve observes the average drop rates of the flows that have
1102 #define FV_FLOWLISTSIZE 64 /* how many flows in flowlist */
1158 int flows; local
1169 flows = 0;
1189 flows++;
1208 flows++;
1217 fv->fv_flows = flows; /* save the number of active fve's */

Completed in 170 milliseconds