Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/tc_act/
Dtc_police.h39 struct tc_ratespec rate;
40 struct tc_ratespec peakrate;
/Linux-v5.4/tools/include/uapi/linux/
Dpkt_sched.h90 struct tc_ratespec { struct
183 struct tc_ratespec rate;
184 struct tc_ratespec peakrate;
390 struct tc_ratespec rate;
391 struct tc_ratespec ceil;
Dpkt_cls.h88 struct tc_ratespec rate;
89 struct tc_ratespec peakrate;
/Linux-v5.4/include/uapi/linux/
Dpkt_sched.h91 struct tc_ratespec { struct
184 struct tc_ratespec rate;
185 struct tc_ratespec peakrate;
391 struct tc_ratespec rate;
392 struct tc_ratespec ceil;
Dpkt_cls.h128 struct tc_ratespec rate;
129 struct tc_ratespec peakrate;
/Linux-v5.4/include/net/
Dpkt_sched.h106 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r,
Dsch_generic.h30 struct tc_ratespec rate;
1243 const struct tc_ratespec *conf,
1246 static inline void psched_ratecfg_getrate(struct tc_ratespec *res, in psched_ratecfg_getrate()
/Linux-v5.4/net/sched/
Dsch_api.c382 static __u8 __detect_linklayer(struct tc_ratespec *r, __u32 *rtab) in __detect_linklayer()
406 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r, in qdisc_get_rtab()
419 if (!memcmp(&rtab->rate, r, sizeof(struct tc_ratespec)) && in qdisc_get_rtab()
Dsch_cbq.c1125 [TCA_CBQ_RATE] = { .len = sizeof(struct tc_ratespec) },
1162 struct tc_ratespec *r; in cbq_init()
Dsch_generic.c1318 const struct tc_ratespec *conf, in psched_ratecfg_precompute()