/external/boringssl/src/ssl/test/runner/ |
D | recordingconn.go | 49 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/ |
D | q_fq_codel.c | 63 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()
|
D | q_sfq.c | 84 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()
|
D | q_fq.c | 301 st->flows, st->inactive_flows, st->throttled_flows); in fq_print_xstats()
|
/external/libnl/lib/cli/qdisc/ |
D | fq_codel.c | 37 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/ |
D | libxt_connbytes.man | 2 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
|
D | libip6t_SNPT.man | 30 target to disable connection tracking for translated flows.
|
D | libip6t_DNPT.man | 30 target to disable connection tracking for translated flows.
|
D | libxt_hashlimit.man | 71 "flows exceeding 512kbyte/s" =>
|
/external/fio/examples/ |
D | flow.fio | 1 # Example usage of flows. The below will have roughly a 1:8 difference
|
/external/libnl/lib/route/qdisc/ |
D | fq_codel.c | 290 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()
|
D | sfq.c | 59 sfq->qs_flows = opts->flows; in sfq_msg_parser()
|
/external/iproute2/include/linux/ |
D | pkt_sched.h | 199 unsigned flows; /* Maximal number of flows */ member 802 __u32 flows; member
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_sched.h | 200 unsigned flows; /* Maximal number of flows */ member 811 __u32 flows; member
|
/external/libnl/include/linux-private/linux/ |
D | pkt_sched.h | 183 unsigned flows; /* Maximal number of flows */ member
|
/external/iproute2/doc/actions/ |
D | actions-general | 119 -The second meter is shared across all flows on that device [i am suprised 156 # used across all flows incoming on eth0("index 30")
|
D | mirred-usage | 127 A more interesting example is when you mirror flows to a dummy device
|
/external/llvm/test/CodeGen/ARM/ |
D | 2013-05-05-IfConvertBug.ll | 99 ; E.g., Let A be a basic block that flows conditionally into B and B be a
|
/external/clang/docs/ |
D | DataFlowSanitizerDesign.rst | 23 flows from a program's inputs (sources) to its outputs (sinks).
|
/external/curl/tests/ |
D | README | 130 expected stream of data which flows to the sftp-server or from the ssh
|
/external/python/cpython2/Doc/reference/ |
D | compound_stmts.rst | 284 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/ |
D | api-ip6-flowlabels.tex | 46 want to use flow labels to distinguish sub-flows.
|
D | ip-tunnels.tex | 464 If you want to make more detailed classification of sub-flows
|
/external/python/cpython2/Doc/howto/ |
D | functional.rst | 57 In a functional program, input flows through a set of functions. Each function
|
/external/libnl/doc/ |
D | route.txt | 1476 technique in qdiscs to implement fair queueing between flows or
|