Home
last modified time | relevance | path

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

/external/libnl/lib/route/qdisc/
Dtbf.c55 rtnl_copy_ratespec(&tbf->qt_rate, &opts.rate); in tbf_msg_parser()
61 rtnl_copy_ratespec(&tbf->qt_peakrate, &opts.peakrate); in tbf_msg_parser()
Dhtb.c89 rtnl_copy_ratespec(&htb->ch_rate, &opts.rate); in htb_class_msg_parser()
90 rtnl_copy_ratespec(&htb->ch_ceil, &opts.ceil); in htb_class_msg_parser()
/external/libnl/include/netlink-private/
Dnetlink.h182 static inline void rtnl_copy_ratespec(struct rtnl_ratespec *dst, in rtnl_copy_ratespec() function
/external/libnl/
DChangeLog237 o added rtnl_rcopy_ratespec as reverse to rtnl_copy_ratespec