Home
last modified time | relevance | path

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

/external/libnl/lib/route/qdisc/
Dhtb.c84 rtnl_copy_ratespec(&htb->ch_ceil, &opts.ceil); in htb_class_msg_parser()
89 nla_memcpy(&htb->ch_ceil.rs_rate64, tb[TCA_HTB_CEIL64], sizeof(uint64_t)); in htb_class_msg_parser()
94 htb->ch_ceil.rs_rate64); in htb_class_msg_parser()
161 r = nl_cancel_down_bytes(htb->ch_ceil.rs_rate64, &ru); in htb_class_dump_details()
162 rbit = nl_cancel_down_bits(htb->ch_ceil.rs_rate64*8, &rubit); in htb_class_dump_details()
165 r, ru, rbit, rubit, 1<<htb->ch_ceil.rs_cell_log); in htb_class_dump_details()
237 rtnl_tc_build_rate_table(tc, &htb->ch_ceil, ctable); in htb_class_msg_fill()
238 rtnl_rcopy_ratespec(&opts.ceil, &htb->ch_ceil); in htb_class_msg_fill()
239 ceil64 = htb->ch_ceil.rs_rate64; in htb_class_msg_fill()
485 if (htb->ch_ceil.rs_rate64 > 0xFFFFFFFFull) in rtnl_htb_get_ceil()
[all …]
/external/libnl/include/netlink-private/
Dtypes.h791 struct rtnl_ratespec ch_ceil; member