/freebsd/sys/netpfil/ipfw/test/ |
H A D | main.c | 35 int flows; /* number of flows */ member 252 for (i=0; i < c->flows; i++) { in dump() 325 DX(3, "--- pass %d flows %d flowsets %d", pass, c->flows, c->flowsets); in parse_flowsets() 342 int flows; in parse_flowsets() local 354 flows = getnum(strsep(&cur, ":"), NULL, "flows"); in parse_flowsets() 355 if (flows == 0) in parse_flowsets() 356 flows = 1; in parse_flowsets() 358 w, w_h, w_steps, len, len_h, l_steps, flows); in parse_flowsets() 360 flows == 0) { in parse_flowsets() 364 n_flows += flows * w_steps * l_steps; in parse_flowsets() [all …]
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_fq_codel.c | 146 SYSCTL_UINT(_net_inet_ip_dummynet_fqcodel, OID_AUTO, flows, 307 drop = codel_enqueue(&si->flows[idx], m, si); in fq_codel_enqueue() 316 if (!si->flows[idx].active ) { in fq_codel_enqueue() 317 STAILQ_INSERT_TAIL(&si->newflows, &si->flows[idx], flowchain); in fq_codel_enqueue() 318 si->flows[idx].deficit = param->quantum; in fq_codel_enqueue() 319 si->flows[idx].cst.dropping = false; in fq_codel_enqueue() 320 si->flows[idx].cst.first_above_time = 0; 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() [all …]
|
H A D | dn_sched_fq_pie.c | 129 struct fq_pie_flow *flows; /* array of flows (queues) */ member 273 SYSCTL_UINT(_net_inet_ip_dummynet_fqpie, OID_AUTO, flows, 587 free(psi_extra->flows, M_DUMMYNET); in fqpie_callout_cleanup() 870 struct fq_pie_flow *flows; in fq_pie_enqueue() local 875 flows = si->si_extra->flows; in fq_pie_enqueue() 885 drop = pie_enqueue(&flows[idx], m, si); in fq_pie_enqueue() 894 if (!flows[idx].active) { in fq_pie_enqueue() 895 STAILQ_INSERT_TAIL(&si->newflows, &flows[idx], flowchain); in fq_pie_enqueue() 896 flows[idx].deficit = param->quantum; in fq_pie_enqueue() 897 fq_activate_pie(&flows[idx]); in fq_pie_enqueue() [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/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
|
/freebsd/contrib/bsnmp/ |
H A D | oid-list | 39 … 1112 bsnmp-pcap monitor traffic for specific network flows (Stef Walter <stef@memberwebs.com>)
|
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/ |
H A D | keystone-k2g-netcp.dtsi | 85 <0x4013000 0x400>; /* 32 Rx flows */
|
/freebsd/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/sys/dev/enic/ |
H A D | enic.h | 247 LIST_HEAD(enic_flows, rte_flow) flows;
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/ |
H A D | qman.txt | 15 DPAA logic modules, maintains packet ordering within flows. Besides providing
|
/freebsd/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
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | coresight.txt | 6 sinks, links and sources. Trace data produced by one or more sources flows
|
/freebsd/share/examples/ipfilter/ |
H A D | examples.txt | 388 in the table, are not passed through the list. For TCP flows, the filter
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 1906 union ib_flow_spec flows[0]; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 76 "control flows through the definition of a %select{static|thread_local}0 variable">;
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_cmd.c | 3266 flow_attr = kzalloc(struct_size(flow_attr, flows, in ib_uverbs_ex_create_flow()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Intrinsics.td | 848 // calls/invokes to these intrinsics are placed to model control flows
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 10067 keywords = "arcs; flows; input parameters; maxflow; network; network analysis", 20926 …flows among these classes, and a method of binding each storage object to some class. This paper p…
|