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/sch/
Dnetem.c60 [TCA_NETEM_CORR] = { .minlen = sizeof(struct tc_netem_corr) },
103 if (tb[TCA_NETEM_CORR]) { in netem_msg_parser()
106 nla_memcpy(&cor, tb[TCA_NETEM_CORR], sizeof(cor)); in netem_msg_parser()
266 NLA_PUT(msg, TCA_NETEM_CORR, sizeof(cor), &cor); in netem_build_msg()
/external/libnl/include/linux/
Dpkt_sched.h438 TCA_NETEM_CORR, enumerator
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h522 TCA_NETEM_CORR, enumerator
/external/iproute2/include/linux/
Dpkt_sched.h526 TCA_NETEM_CORR, enumerator