Home
last modified time | relevance | path

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

/external/libnl/lib/route/qdisc/
Dhtb.c87 rtnl_copy_ratespec(&htb->ch_rate, &opts.rate); in htb_class_msg_parser()
96 rtnl_tc_set_mpu(tc, htb->ch_rate.rs_mpu); in htb_class_msg_parser()
97 rtnl_tc_set_overhead(tc, htb->ch_rate.rs_overhead); in htb_class_msg_parser()
138 r = nl_cancel_down_bytes(htb->ch_rate.rs_rate, &ru); in htb_class_dump_line()
139 rbit = nl_cancel_down_bits(htb->ch_rate.rs_rate*8, &rubit); in htb_class_dump_line()
142 r, ru, rbit, rubit, 1<<htb->ch_rate.rs_cell_log); in htb_class_dump_line()
228 rtnl_tc_build_rate_table(tc, &htb->ch_rate, rtable); in htb_class_msg_fill()
229 rtnl_rcopy_ratespec(&opts.rate, &htb->ch_rate); in htb_class_msg_fill()
389 return htb->ch_rate.rs_rate; in rtnl_htb_get_rate()
408 htb->ch_rate.rs_cell_log = UINT8_MAX; /* use default value */ in rtnl_htb_set_rate()
[all …]
/external/libnl/include/netlink-private/
Dtypes.h676 struct rtnl_ratespec ch_rate; member