Home
last modified time | relevance | path

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

/external/libnl/lib/route/qdisc/
Dtbf.c146 rtnl_rcopy_ratespec(&opts.rate, &tbf->qt_rate); in tbf_msg_fill()
151 rtnl_rcopy_ratespec(&opts.peakrate, &tbf->qt_peakrate); in tbf_msg_fill()
Dhtb.c239 rtnl_rcopy_ratespec(&opts.rate, &htb->ch_rate); in htb_class_msg_fill()
244 rtnl_rcopy_ratespec(&opts.ceil, &htb->ch_ceil); in htb_class_msg_fill()
/external/libnl/include/netlink-private/
Dnetlink.h192 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