Home
last modified time | relevance | path

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

12

/external/boringssl/src/ssl/test/runner/
Drecordingconn.go49 flows []flow member
58 …if l := len(r.flows); flowType == specialFlow || r.isDatagram || l == 0 || r.flows[l-1].flowType !…
61 r.flows = append(r.flows, flow{flowType, message, buf})
63 r.flows[l-1].data = append(r.flows[l-1].data, data...)
91 for i, flow := range r.flows {
111 for _, flow := range r.flows {
120 func parseTestData(r io.Reader) (flows [][]byte, err error) {
129 if len(currentFlow) > 0 || len(flows) > 0 {
130 flows = append(flows, currentFlow)
163 flows = append(flows, currentFlow)
[all …]
/external/iproute2/tc/
Dq_fq_codel.c63 unsigned flows = 0; in fq_codel_parse_opt() local
80 if (get_unsigned(&flows, *argv, 0)) { in fq_codel_parse_opt()
127 if (flows) in fq_codel_parse_opt()
128 addattr_l(n, 1024, TCA_FQ_CODEL_FLOWS, &flows, sizeof(flows)); in fq_codel_parse_opt()
148 unsigned flows; in fq_codel_print_opt() local
168 flows = rta_getattr_u32(tb[TCA_FQ_CODEL_FLOWS]); in fq_codel_print_opt()
169 fprintf(f, "flows %u ", flows); in fq_codel_print_opt()
Dq_sfq.c84 if (get_u32(&opt.v0.flows, *argv, 0)) { in sfq_parse_opt()
229 fprintf(f, "flows %u/%u ", qopt->flows, qopt->divisor); in sfq_print_opt()
Dq_fq.c301 st->flows, st->inactive_flows, st->throttled_flows); in fq_print_xstats()
/external/libnl/lib/cli/qdisc/
Dfq_codel.c37 int limit, flows; in fq_codel_parse_argv() local
79 flows = nl_cli_parse_u32(optarg); in fq_codel_parse_argv()
80 rtnl_qdisc_fq_codel_set_flows(qdisc, flows); in fq_codel_parse_argv()
/external/iptables/extensions/
Dlibxt_connbytes.man2 flows constituting the connection) has transferred so far, or by
16 flows will not be gaining/losing a/the accounting structure when be sysctl flag
Dlibip6t_SNPT.man30 target to disable connection tracking for translated flows.
Dlibip6t_DNPT.man30 target to disable connection tracking for translated flows.
Dlibxt_hashlimit.man71 "flows exceeding 512kbyte/s" =>
/external/fio/examples/
Dflow.fio1 # Example usage of flows. The below will have roughly a 1:8 difference
/external/libnl/lib/route/qdisc/
Dfq_codel.c290 int rtnl_qdisc_fq_codel_set_flows(struct rtnl_qdisc *qdisc, int flows) in rtnl_qdisc_fq_codel_set_flows() argument
297 fq_codel->fq_flows = flows; in rtnl_qdisc_fq_codel_set_flows()
Dsfq.c59 sfq->qs_flows = opts->flows; in sfq_msg_parser()
/external/iproute2/include/linux/
Dpkt_sched.h199 unsigned flows; /* Maximal number of flows */ member
802 __u32 flows; member
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h200 unsigned flows; /* Maximal number of flows */ member
811 __u32 flows; member
/external/libnl/include/linux-private/linux/
Dpkt_sched.h183 unsigned flows; /* Maximal number of flows */ member
/external/iproute2/doc/actions/
Dactions-general119 -The second meter is shared across all flows on that device [i am suprised
156 # used across all flows incoming on eth0("index 30")
Dmirred-usage127 A more interesting example is when you mirror flows to a dummy device
/external/llvm/test/CodeGen/ARM/
D2013-05-05-IfConvertBug.ll99 ; E.g., Let A be a basic block that flows conditionally into B and B be a
/external/clang/docs/
DDataFlowSanitizerDesign.rst23 flows from a program's inputs (sources) to its outputs (sinks).
/external/curl/tests/
DREADME130 expected stream of data which flows to the sftp-server or from the ssh
/external/python/cpython2/Doc/reference/
Dcompound_stmts.rst284 The optional :keyword:`else` clause is executed if and when control flows off
599 .. [#] Currently, control "flows off the end" except in the case of an exception or the
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex46 want to use flow labels to distinguish sub-flows.
Dip-tunnels.tex464 If you want to make more detailed classification of sub-flows
/external/python/cpython2/Doc/howto/
Dfunctional.rst57 In a functional program, input flows through a set of functions. Each function
/external/libnl/doc/
Droute.txt1476 technique in qdiscs to implement fair queueing between flows or

12