Home
last modified time | relevance | path

Searched refs:tc_ratespec (Results 1 – 6 of 6) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Dpkt_sched.h90 struct tc_ratespec { struct
183 struct tc_ratespec rate;
184 struct tc_ratespec peakrate;
363 struct tc_ratespec rate;
364 struct tc_ratespec ceil;
Dpkt_cls.h88 struct tc_ratespec rate;
89 struct tc_ratespec peakrate;
/third_party/libnl/include/netlink-private/
Dnetlink.h183 struct tc_ratespec *src) in rtnl_copy_ratespec()
192 static inline void rtnl_rcopy_ratespec(struct tc_ratespec *dst, in rtnl_rcopy_ratespec()
Dtypes.h784 struct tc_ratespec cbq_rate;
/third_party/libnl/lib/route/qdisc/
Dcbq.c68 [TCA_CBQ_RATE] = { .minlen = sizeof(struct tc_ratespec) },
Dhtb.c251 memcpy(&opts.ceil, &opts.rate, sizeof(struct tc_ratespec)); in htb_class_msg_fill()