Searched refs:flows (Results 1 - 11 of 11) sorted by relevance

/external/libnl/lib/cli/qdisc/
H A Dfq_codel.c25 " --flows=N Number of flows.\n"
37 int limit, flows; local
53 { "flows", 1, 0, ARG_FLOWS},
79 flows = nl_cli_parse_u32(optarg);
80 rtnl_qdisc_fq_codel_set_flows(qdisc, flows);
/external/iproute2/tc/
H A Dq_fq_codel.c53 fprintf(stderr, "Usage: ... fq_codel [ limit PACKETS ] [ flows NUMBER ]\n");
63 unsigned flows = 0; local
78 } else if (strcmp(*argv, "flows") == 0) {
80 if (get_unsigned(&flows, *argv, 0)) {
81 fprintf(stderr, "Illegal \"flows\"\n");
127 if (flows)
128 addattr_l(n, 1024, TCA_FQ_CODEL_FLOWS, &flows, sizeof(flows));
148 unsigned flows; local
168 flows
[all...]
H A Dq_sfq.c31 fprintf(stderr, " [ divisor NUMBER ] [ flows NUMBER] [ depth NUMBER ]\n");
82 } else if (strcmp(*argv, "flows") == 0) {
84 if (get_u32(&opt.v0.flows, *argv, 0)) {
85 fprintf(stderr, "Illegal \"flows\"\n");
92 fprintf(stderr, "Illegal \"flows\"\n");
229 fprintf(f, "flows %u/%u ", qopt->flows, qopt->divisor);
H A Dq_fq.c300 fprintf(f, " %u flows (%u inactive, %u throttled)",
301 st->flows, st->inactive_flows, st->throttled_flows);
/external/libnl/lib/route/qdisc/
H A Dfq_codel.c106 nl_dump(p, " flows %u", fq_codel->fq_flows);
285 * Set flows of fq_codel qdisc.
287 * @arg flows New flows value.
290 int rtnl_qdisc_fq_codel_set_flows(struct rtnl_qdisc *qdisc, int flows) argument
297 fq_codel->fq_flows = flows;
304 * Get flows of a fq_codel qdisc.
306 * @return Numeric flows or a negative error code.
H A Dsfq.c59 sfq->qs_flows = opts->flows;
/external/iproute2/include/linux/
H A Dpkt_sched.h60 classes (or flows) have major equal to parent qdisc major, and
199 unsigned flows; /* Maximal number of flows */ member in struct:tc_sfq_qopt
646 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
739 __u32 new_flows_len; /* count of flows in new list */
740 __u32 old_flows_len; /* count of flows in old list */
802 __u32 flows; member in struct:tc_fq_qd_stats
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h60 classes (or flows) have major equal to parent qdisc major, and
200 unsigned flows; /* Maximal number of flows */ member in struct:tc_sfq_qopt
649 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
744 __u32 new_flows_len; /* count of flows in new list */
745 __u32 old_flows_len; /* count of flows in old list */
811 __u32 flows; member in struct:tc_fq_qd_stats
/external/libnl/include/linux-private/linux/
H A Dpkt_sched.h60 classes (or flows) have major equal to parent qdisc major, and
183 unsigned flows; /* Maximal number of flows */ member in struct:tc_sfq_qopt
191 * NOTE: limit, divisor and flows are hardwired to code at the moment.
193 * limit=flows=128, divisor=1024;
609 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex46 want to use flow labels to distinguish sub-flows.
H A Dip-tunnels.tex464 If you want to make more detailed classification of sub-flows

Completed in 373 milliseconds