Home
last modified time | relevance | path

Searched refs:ch_rate (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/route/qdisc/
Dhtb.c89 rtnl_copy_ratespec(&htb->ch_rate, &opts.rate); in htb_class_msg_parser()
93 nla_memcpy(&htb->ch_rate.rs_rate64, tb[TCA_HTB_RATE64], sizeof(uint64_t)); in htb_class_msg_parser()
98 htb->ch_rate.rs_rate64); in htb_class_msg_parser()
104 rtnl_tc_set_mpu(tc, htb->ch_rate.rs_mpu); in htb_class_msg_parser()
105 rtnl_tc_set_overhead(tc, htb->ch_rate.rs_overhead); in htb_class_msg_parser()
146 r = nl_cancel_down_bytes(htb->ch_rate.rs_rate64, &ru); in htb_class_dump_line()
147 rbit = nl_cancel_down_bits(htb->ch_rate.rs_rate64*8, &rubit); in htb_class_dump_line()
150 r, ru, rbit, rubit, 1<<htb->ch_rate.rs_cell_log); in htb_class_dump_line()
238 rtnl_tc_build_rate_table(tc, &htb->ch_rate, rtable); in htb_class_msg_fill()
239 rtnl_rcopy_ratespec(&opts.rate, &htb->ch_rate); in htb_class_msg_fill()
[all …]
/external/libnl/include/netlink-private/
Dtypes.h772 struct rtnl_ratespec ch_rate; member