Home
last modified time | relevance | path

Searched refs:rate_est (Results 1 – 9 of 9) sorted by relevance

/net/core/
A Dgen_estimator.c132 struct net_rate_estimator __rcu **rate_est, in gen_new_estimator() argument
178 old = rcu_dereference_protected(*rate_est, 1); in gen_new_estimator()
189 rcu_assign_pointer(*rate_est, est); in gen_new_estimator()
205 void gen_kill_estimator(struct net_rate_estimator __rcu **rate_est) in gen_kill_estimator() argument
209 est = unrcu_pointer(xchg(rate_est, NULL)); in gen_kill_estimator()
235 struct net_rate_estimator __rcu **rate_est, in gen_replace_estimator() argument
239 return gen_new_estimator(bstats, cpu_bstats, rate_est, in gen_replace_estimator()
250 bool gen_estimator_active(struct net_rate_estimator __rcu **rate_est) in gen_estimator_active() argument
252 return !!rcu_access_pointer(*rate_est); in gen_estimator_active()
256 bool gen_estimator_read(struct net_rate_estimator __rcu **rate_est, in gen_estimator_read() argument
[all …]
A Dgen_stats.c309 struct net_rate_estimator __rcu **rate_est) in gnet_stats_copy_rate_est() argument
315 if (!gen_estimator_read(rate_est, &sample)) in gnet_stats_copy_rate_est()
/net/sched/
A Dsch_drr.c23 struct net_rate_estimator __rcu *rate_est; member
91 &cl->rate_est, in drr_change_class()
125 err = gen_replace_estimator(&cl->bstats, NULL, &cl->rate_est, in drr_change_class()
147 gen_kill_estimator(&cl->rate_est); in drr_destroy_class()
276 gnet_stats_copy_rate_est(d, &cl->rate_est) < 0 || in drr_dump_class_stats()
A Dsch_qfq.c135 struct net_rate_estimator __rcu *rate_est; member
467 &cl->rate_est, in qfq_change_class()
495 &cl->rate_est, in qfq_change_class()
514 gen_kill_estimator(&cl->rate_est); in qfq_change_class()
539 gen_kill_estimator(&cl->rate_est); in qfq_destroy_class()
668 gnet_stats_copy_rate_est(d, &cl->rate_est) < 0 || in qfq_dump_class_stats()
A Dsch_hfsc.c116 struct net_rate_estimator __rcu *rate_est; member
966 &cl->rate_est, in hfsc_change_class()
1041 err = gen_new_estimator(&cl->bstats, NULL, &cl->rate_est, in hfsc_change_class()
1097 gen_kill_estimator(&cl->rate_est); in hfsc_destroy_class()
1347 gnet_stats_copy_rate_est(d, &cl->rate_est) < 0 || in hfsc_dump_class_stats()
A Dsch_htb.c110 struct net_rate_estimator __rcu *rate_est; member
1356 gnet_stats_copy_rate_est(d, &cl->rate_est) < 0 || in htb_dump_class_stats()
1610 gen_kill_estimator(&cl->rate_est); in htb_destroy_class()
1862 &cl->rate_est, in htb_change_class()
1987 &cl->rate_est, in htb_change_class()
2064 gen_kill_estimator(&cl->rate_est); in htb_change_class()
A Dsch_api.c961 gnet_stats_copy_rate_est(&d, &q->rate_est) < 0 || in tc_fill_qdisc()
1333 &sch->rate_est, in qdisc_create()
1403 &sch->rate_est, in qdisc_change()
A Dsch_generic.c1075 gen_kill_estimator(&qdisc->rate_est); in __qdisc_destroy()
/net/netfilter/
A Dxt_rateest.c22 gen_estimator_read(&info->est1->rate_est, &sample); in xt_rateest_mt()
36 gen_estimator_read(&info->est2->rate_est, &sample); in xt_rateest_mt()

Completed in 34 milliseconds