Searched refs:rs_cell_log (Results 1 – 5 of 5) sorted by relevance
/third_party/libnl/lib/route/qdisc/ |
D | tbf.c | 105 double cl = nl_cancel_down_bytes(1 << tbf->qt_rate.rs_cell_log, in tbf_dump_details() 121 cl = nl_cancel_down_bits(1 << tbf->qt_peakrate.rs_cell_log, in tbf_dump_details() 292 tbf->qt_rate.rs_cell_log = cell_log; in rtnl_qdisc_tbf_set_rate() 346 return (1 << tbf->qt_rate.rs_cell_log); in rtnl_qdisc_tbf_get_rate_cell() 374 tbf->qt_peakrate.rs_cell_log = cell_log; in rtnl_qdisc_tbf_set_peakrate() 431 return (1 << tbf->qt_peakrate.rs_cell_log); in rtnl_qdisc_tbf_get_peakrate_cell()
|
D | htb.c | 150 r, ru, rbit, rubit, 1<<htb->ch_rate.rs_cell_log); in htb_class_dump_line() 171 r, ru, rbit, rubit, 1<<htb->ch_ceil.rs_cell_log); in htb_class_dump_details() 468 htb->ch_rate.rs_cell_log = UINT8_MAX; /* use default value */ in rtnl_htb_set_rate64() 544 htb->ch_ceil.rs_cell_log = UINT8_MAX; /* use default value */ in rtnl_htb_set_ceil64()
|
/third_party/libnl/include/netlink-private/ |
D | netlink.h | 185 dst->rs_cell_log = src->cell_log; in rtnl_copy_ratespec() 195 dst->cell_log = src->rs_cell_log; in rtnl_rcopy_ratespec()
|
D | types.h | 502 uint8_t rs_cell_log; member
|
/third_party/libnl/lib/route/ |
D | tc.c | 757 uint8_t cell_log = spec->rs_cell_log; in rtnl_tc_build_rate_table() 783 spec->rs_cell_log = cell_log; in rtnl_tc_build_rate_table()
|