Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dq_netem.c218 ++present[TCA_NETEM_CORR]; in netem_parse_opt()
246 ++present[TCA_NETEM_CORR]; in netem_parse_opt()
356 ++present[TCA_NETEM_CORR]; in netem_parse_opt()
371 ++present[TCA_NETEM_CORR]; in netem_parse_opt()
475 if (present[TCA_NETEM_CORR] && in netem_parse_opt()
476 addattr_l(n, 1024, TCA_NETEM_CORR, &cor, sizeof(cor)) < 0) in netem_parse_opt()
564 if (tb[TCA_NETEM_CORR]) { in netem_print_opt()
565 if (RTA_PAYLOAD(tb[TCA_NETEM_CORR]) < sizeof(*cor)) in netem_print_opt()
567 cor = RTA_DATA(tb[TCA_NETEM_CORR]); in netem_print_opt()
/external/libnl/lib/route/qdisc/
Dnetem.c47 [TCA_NETEM_CORR] = { .minlen = sizeof(struct tc_netem_corr) },
86 if (tb[TCA_NETEM_CORR]) { in netem_msg_parser()
89 nla_memcpy(&cor, tb[TCA_NETEM_CORR], sizeof(cor)); in netem_msg_parser()
243 NLA_PUT(msg, TCA_NETEM_CORR, sizeof(cor), &cor); in netem_msg_fill_raw()
/external/libnl/include/linux-private/linux/
Dpkt_sched.h499 TCA_NETEM_CORR, enumerator
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h528 TCA_NETEM_CORR, enumerator
/external/iproute2/include/linux/
Dpkt_sched.h526 TCA_NETEM_CORR, enumerator