Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/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;
/Linux-v4.19/include/net/
Dpkt_sched.h105 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r,
Dsch_generic.h27 struct tc_ratespec rate;
1076 const struct tc_ratespec *conf,
1079 static inline void psched_ratecfg_getrate(struct tc_ratespec *res, in psched_ratecfg_getrate()
/Linux-v4.19/net/sched/
Dact_police.c50 struct tc_ratespec rate;
51 struct tc_ratespec peakrate;
Dsch_api.c371 static __u8 __detect_linklayer(struct tc_ratespec *r, __u32 *rtab) in __detect_linklayer()
395 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r, in qdisc_get_rtab()
408 if (!memcmp(&rtab->rate, r, sizeof(struct tc_ratespec)) && in qdisc_get_rtab()
Dsch_cbq.c1130 [TCA_CBQ_RATE] = { .len = sizeof(struct tc_ratespec) },
1140 struct tc_ratespec *r; in cbq_init()
Dsch_generic.c1289 const struct tc_ratespec *conf, in psched_ratecfg_precompute()