Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/qdisc/
Dhtb.c90 rtnl_copy_ratespec(&htb->ch_ceil, &opts.ceil); in htb_class_msg_parser()
95 nla_memcpy(&htb->ch_ceil.rs_rate64, tb[TCA_HTB_CEIL64], sizeof(uint64_t)); in htb_class_msg_parser()
100 htb->ch_ceil.rs_rate64); in htb_class_msg_parser()
167 r = nl_cancel_down_bytes(htb->ch_ceil.rs_rate64, &ru); in htb_class_dump_details()
168 rbit = nl_cancel_down_bits(htb->ch_ceil.rs_rate64*8, &rubit); in htb_class_dump_details()
171 r, ru, rbit, rubit, 1<<htb->ch_ceil.rs_cell_log); in htb_class_dump_details()
243 rtnl_tc_build_rate_table(tc, &htb->ch_ceil, ctable); in htb_class_msg_fill()
244 rtnl_rcopy_ratespec(&opts.ceil, &htb->ch_ceil); in htb_class_msg_fill()
245 ceil64 = htb->ch_ceil.rs_rate64; in htb_class_msg_fill()
491 if (htb->ch_ceil.rs_rate64 > 0xFFFFFFFFull) in rtnl_htb_get_ceil()
[all …]
/third_party/libnl/include/netlink-private/
Dtypes.h773 struct rtnl_ratespec ch_ceil; member