Home
last modified time | relevance | path

Searched refs:flows (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-14.2/sys/netpfil/ipfw/test/
H A Dmain.c342 int flows; in parse_flowsets() local
355 if (flows == 0) in parse_flowsets()
356 flows = 1; in parse_flowsets()
360 flows == 0) { in parse_flowsets()
381 wsum += wi * flows; in parse_flowsets()
385 fs->n_flows = flows; in parse_flowsets()
388 fs->y = x * flows; in parse_flowsets()
395 c->flows = n_flows; in parse_flowsets()
447 c->flows = 1; in init()
510 if (c->flows <= 0) in init()
[all …]
/freebsd-14.2/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c316 if (!si->flows[idx].active ) { in fq_codel_enqueue()
319 si->flows[idx].cst.dropping = false; in fq_codel_enqueue()
321 si->flows[idx].active = 1; in fq_codel_enqueue()
331 if (si->flows[maxidx].active) in fq_codel_enqueue()
336 if (si->flows[i].active && si->flows[i].stats.length > in fq_codel_enqueue()
337 si->flows[maxidx].stats.length) in fq_codel_enqueue()
444 if(si->flows) { in fq_codel_new_sched()
458 if (si->flows == NULL) { in fq_codel_new_sched()
473 si->flows[i].cst.maxpkt_size = 500; in fq_codel_new_sched()
489 free(si->flows , M_DUMMYNET); in fq_codel_free_sched()
[all …]
H A Ddn_sched_fq_pie.c870 struct fq_pie_flow *flows; in fq_pie_enqueue() local
875 flows = si->si_extra->flows; in fq_pie_enqueue()
894 if (!flows[idx].active) { in fq_pie_enqueue()
898 flows[idx].active = 1; in fq_pie_enqueue()
912 if (flows[i].active && flows[i].stats.length > in fq_pie_enqueue()
1015 struct fq_pie_flow *flows; in fq_pie_new_sched() local
1042 flows = si->si_extra->flows; in fq_pie_new_sched()
1043 if (flows == NULL) { in fq_pie_new_sched()
1080 struct fq_pie_flow *flows; in fq_pie_free_sched() local
1085 flows = si->si_extra->flows; in fq_pie_free_sched()
[all …]
H A Ddn_sched_fq_codel.h78 struct fq_codel_flow *flows; /* array of flows (queues) */ member
H A Ddummynet.txt50 of flows which can be further partitioned according to a mask.
67 collect packets into independent flows on each scheduler.
687 instance, as local status variable depending for example by flows that
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dstmfx.txt5 MCU IDD measurement (IDD is the amount of current that flows through VDD) and
H A Dst,stmfx.yaml11 main MCU IDD measurement (IDD is the amount of current that flows
/freebsd-14.2/contrib/bsnmp/
H A Doid-list39 … 1112 bsnmp-pcap monitor traffic for specific network flows (Stef Walter <[email protected]>)
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-static-funnel.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
H A Darm,coresight-tpiu.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
H A Darm,coresight-etb10.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
H A Darm,coresight-static-replicator.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
H A Darm,coresight-catu.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
H A Darm,coresight-dynamic-funnel.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
H A Darm,coresight-stm.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
H A Darm,coresight-dynamic-replicator.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
H A Dqcom,coresight-tpda.yaml15 task for free-flowing data from TPDM (i.e. CMB and DSB data set flows).
H A Darm,coresight-tmc.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
H A Darm,coresight-etm.yaml19 sinks, links and sources. Trace data produced by one or more sources flows
H A Dcoresight.txt6 sinks, links and sources. Trace data produced by one or more sources flows
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dkeystone-k2g-netcp.dtsi85 <0x4013000 0x400>; /* 32 Rx flows */
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-dma.txt5 channels and flows for the QMSS(Queue Manager SubSystem) who triggers
/freebsd-14.2/sys/dev/enic/
H A Denic.h247 LIST_HEAD(enic_flows, rte_flow) flows;
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/fsl/
H A Dqman.txt15 DPAA logic modules, maintains packet ordering within flows. Besides providing
/freebsd-14.2/tests/sys/netpfil/common/
H A Ddummynet.sh187 …sched 1 config pipe 1 type fq_codel target 0ms interval 0ms quantum 1514 limit 10240 flows 1024 ecn

12