Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h84 struct tc_ratespec { struct
162 struct tc_ratespec rate;
163 struct tc_ratespec peakrate;
341 struct tc_ratespec rate;
342 struct tc_ratespec ceil;
Dpkt_cls.h115 struct tc_ratespec rate;
116 struct tc_ratespec peakrate;
/linux-4.4.14/include/net/
Dpkt_sched.h96 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r,
Dsch_generic.h20 struct tc_ratespec rate;
796 const struct tc_ratespec *conf,
799 static inline void psched_ratecfg_getrate(struct tc_ratespec *res, in psched_ratecfg_getrate()
/linux-4.4.14/net/sched/
Dact_police.c52 struct tc_ratespec rate;
53 struct tc_ratespec peakrate;
Dsch_api.c366 static __u8 __detect_linklayer(struct tc_ratespec *r, __u32 *rtab) in __detect_linklayer()
390 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r, struct nlattr *tab) in qdisc_get_rtab()
399 if (!memcmp(&rtab->rate, r, sizeof(struct tc_ratespec)) && in qdisc_get_rtab()
Dsch_generic.c956 const struct tc_ratespec *conf, in psched_ratecfg_precompute()
Dsch_cbq.c1338 [TCA_CBQ_RATE] = { .len = sizeof(struct tc_ratespec) },
1347 struct tc_ratespec *r; in cbq_init()