Home
last modified time | relevance | path

Searched refs:rs_overhead (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/netlink-private/
Dnetlink.h186 dst->rs_overhead = src->overhead; in rtnl_copy_ratespec()
196 dst->overhead = src->rs_overhead; in rtnl_rcopy_ratespec()
Dtypes.h499 uint16_t rs_overhead; member
/external/libnl/lib/route/qdisc/
Dtbf.c68 rtnl_tc_set_overhead(tc, tbf->qt_rate.rs_overhead); in tbf_msg_parser()
Dhtb.c105 rtnl_tc_set_overhead(tc, htb->ch_rate.rs_overhead); in htb_class_msg_parser()
/external/libnl/lib/route/
Dtc.c761 spec->rs_overhead = rtnl_tc_get_overhead(tc); in rtnl_tc_build_rate_table()