| /freebsd-14.2/sys/netpfil/ipfw/test/ |
| H A D | main.c | 342 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 D | dn_sched_fq_codel.c | 316 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 D | dn_sched_fq_pie.c | 870 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 D | dn_sched_fq_codel.h | 78 struct fq_codel_flow *flows; /* array of flows (queues) */ member
|
| H A D | dummynet.txt | 50 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 D | stmfx.txt | 5 MCU IDD measurement (IDD is the amount of current that flows through VDD) and
|
| H A D | st,stmfx.yaml | 11 main MCU IDD measurement (IDD is the amount of current that flows
|
| /freebsd-14.2/contrib/bsnmp/ |
| H A D | oid-list | 39 … 1112 bsnmp-pcap monitor traffic for specific network flows (Stef Walter <[email protected]>)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | arm,coresight-static-funnel.yaml | 19 sinks, links and sources. Trace data produced by one or more sources flows
|
| H A D | arm,coresight-tpiu.yaml | 19 sinks, links and sources. Trace data produced by one or more sources flows
|
| H A D | arm,coresight-etb10.yaml | 19 sinks, links and sources. Trace data produced by one or more sources flows
|
| H A D | arm,coresight-static-replicator.yaml | 19 sinks, links and sources. Trace data produced by one or more sources flows
|
| H A D | arm,coresight-catu.yaml | 19 sinks, links and sources. Trace data produced by one or more sources flows
|
| H A D | arm,coresight-dynamic-funnel.yaml | 19 sinks, links and sources. Trace data produced by one or more sources flows
|
| H A D | arm,coresight-stm.yaml | 19 sinks, links and sources. Trace data produced by one or more sources flows
|
| H A D | arm,coresight-dynamic-replicator.yaml | 19 sinks, links and sources. Trace data produced by one or more sources flows
|
| H A D | qcom,coresight-tpda.yaml | 15 task for free-flowing data from TPDM (i.e. CMB and DSB data set flows).
|
| H A D | arm,coresight-tmc.yaml | 19 sinks, links and sources. Trace data produced by one or more sources flows
|
| H A D | arm,coresight-etm.yaml | 19 sinks, links and sources. Trace data produced by one or more sources flows
|
| H A D | coresight.txt | 6 sinks, links and sources. Trace data produced by one or more sources flows
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | keystone-k2g-netcp.dtsi | 85 <0x4013000 0x400>; /* 32 Rx flows */
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/soc/ti/ |
| H A D | keystone-navigator-dma.txt | 5 channels and flows for the QMSS(Queue Manager SubSystem) who triggers
|
| /freebsd-14.2/sys/dev/enic/ |
| H A D | enic.h | 247 LIST_HEAD(enic_flows, rte_flow) flows;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/soc/fsl/ |
| H A D | qman.txt | 15 DPAA logic modules, maintains packet ordering within flows. Besides providing
|
| /freebsd-14.2/tests/sys/netpfil/common/ |
| H A D | dummynet.sh | 187 …sched 1 config pipe 1 type fq_codel target 0ms interval 0ms quantum 1514 limit 10240 flows 1024 ecn
|