Home
last modified time | relevance | path

Searched refs:TCA_FQ_CODEL_FLOWS (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/tc/
Dq_fq_codel.c128 addattr_l(n, 1024, TCA_FQ_CODEL_FLOWS, &flows, sizeof(flows)); in fq_codel_parse_opt()
166 if (tb[TCA_FQ_CODEL_FLOWS] && in fq_codel_print_opt()
167 RTA_PAYLOAD(tb[TCA_FQ_CODEL_FLOWS]) >= sizeof(__u32)) { in fq_codel_print_opt()
168 flows = rta_getattr_u32(tb[TCA_FQ_CODEL_FLOWS]); in fq_codel_print_opt()
/external/libnl/lib/route/qdisc/
Dfq_codel.c42 [TCA_FQ_CODEL_FLOWS] = { .type = NLA_U32 },
76 if (tb[TCA_FQ_CODEL_FLOWS]) { in fq_codel_msg_parser()
77 fq_codel->fq_flows = nla_get_u32(tb[TCA_FQ_CODEL_FLOWS]); in fq_codel_msg_parser()
127 NLA_PUT_U32(msg, TCA_FQ_CODEL_FLOWS, fq_codel->fq_flows); in fq_codel_msg_fill()
/external/libnl/include/linux-private/linux/
Dpkt_sched.h473 TCA_FQ_CODEL_FLOWS, enumerator
/external/iproute2/include/linux/
Dpkt_sched.h715 TCA_FQ_CODEL_FLOWS, enumerator
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h718 TCA_FQ_CODEL_FLOWS, enumerator