Lines Matching refs:rate
100 if (parm->rate.rate) {
102 R_tab = qdisc_get_rtab(&parm->rate, tb[TCA_POLICE_RATE], NULL);
106 if (parm->peakrate.rate) {
142 "Both or neither packet-per-second burst and rate must be provided");
149 "packet-per-second and byte-per-second rate limits not allowed in same action");
166 new->tcfp_mtu = 255 << R_tab->rate.cell_log;
172 psched_ratecfg_precompute(&new->rate, &R_tab->rate, rate64);
181 psched_ratecfg_precompute(&new->peak, &P_tab->rate, prate64);
290 toks -= (s64)psched_l2t_ns(&p->rate, qdisc_pkt_len(skb));
360 psched_ratecfg_getrate(&opt.rate, &p->rate);
361 if ((p->rate.rate_bytes_ps >= (1ULL << 32)) &&
363 p->rate.rate_bytes_ps,