Searched refs:TCA_NETEM_CORR (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/tc/ |
D | q_netem.c | 218 ++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/ |
D | netem.c | 47 [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/ |
D | pkt_sched.h | 499 TCA_NETEM_CORR, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_sched.h | 528 TCA_NETEM_CORR, enumerator
|
/external/iproute2/include/linux/ |
D | pkt_sched.h | 526 TCA_NETEM_CORR, enumerator
|