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/sch/ |
D | netem.c | 60 [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/ |
D | pkt_sched.h | 438 TCA_NETEM_CORR, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_sched.h | 522 TCA_NETEM_CORR, enumerator
|
/external/iproute2/include/linux/ |
D | pkt_sched.h | 526 TCA_NETEM_CORR, enumerator
|