Home
last modified time | relevance | path

Searched refs:rtnl_rcopy_ratespec (Results 1 – 4 of 4) sorted by relevance

/external/libnl/lib/route/sch/
Dtbf.c175 rtnl_rcopy_ratespec(&opts.rate, &tbf->qt_rate); in tbf_get_opts()
184 rtnl_rcopy_ratespec(&opts.peakrate, &tbf->qt_peakrate); in tbf_get_opts()
Dhtb.c293 rtnl_rcopy_ratespec(&opts.rate, &d->ch_rate); in htb_class_get_opts()
300 rtnl_rcopy_ratespec(&opts.ceil, &d->ch_ceil); in htb_class_get_opts()
/external/libnl/include/
Dnetlink-local.h154 static inline void rtnl_rcopy_ratespec(struct tc_ratespec *dst, in rtnl_rcopy_ratespec() function
/external/libnl/
DChangeLog237 o added rtnl_rcopy_ratespec as reverse to rtnl_copy_ratespec