Searched refs:rate_est (Results 1 – 10 of 10) sorted by relevance
| /linux/net/core/ |
| H A D | gen_estimator.c | 134 struct net_rate_estimator __rcu **rate_est, in gen_new_estimator() argument 180 old = rcu_dereference_protected(*rate_est, 1); in gen_new_estimator() 191 rcu_assign_pointer(*rate_est, est); in gen_new_estimator() 207 void gen_kill_estimator(struct net_rate_estimator __rcu **rate_est) in gen_kill_estimator() argument 211 est = unrcu_pointer(xchg(rate_est, NULL)); in gen_kill_estimator() 237 struct net_rate_estimator __rcu **rate_est, in gen_replace_estimator() argument 241 return gen_new_estimator(bstats, cpu_bstats, rate_est, in gen_replace_estimator() 252 bool gen_estimator_active(struct net_rate_estimator __rcu **rate_est) in gen_estimator_active() argument 254 return !!rcu_access_pointer(*rate_est); in gen_estimator_active() 258 bool gen_estimator_read(struct net_rate_estimator __rcu **rate_est, in gen_estimator_read() argument [all …]
|
| /linux/net/sched/ |
| H A D | sch_drr.c | 23 struct net_rate_estimator __rcu *rate_est; member 91 &cl->rate_est, in drr_change_class() 123 err = gen_replace_estimator(&cl->bstats, NULL, &cl->rate_est, in drr_change_class() 145 gen_kill_estimator(&cl->rate_est); in drr_destroy_class() 274 gnet_stats_copy_rate_est(d, &cl->rate_est) < 0 || in drr_dump_class_stats()
|
| H A D | sch_qfq.c | 135 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() 541 gen_kill_estimator(&cl->rate_est); in qfq_destroy_class() 670 gnet_stats_copy_rate_est(d, &cl->rate_est) < 0 || in qfq_dump_class_stats()
|
| H A D | sch_hfsc.c | 116 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()
|
| H A D | sch_htb.c | 110 struct net_rate_estimator __rcu *rate_est; member 1362 gnet_stats_copy_rate_est(d, &cl->rate_est) < 0 || in htb_dump_class_stats() 1616 gen_kill_estimator(&cl->rate_est); in htb_destroy_class() 1868 &cl->rate_est, in htb_change_class() 1993 &cl->rate_est, in htb_change_class() 2070 gen_kill_estimator(&cl->rate_est); in htb_change_class()
|
| H A D | sch_api.c | 978 gnet_stats_copy_rate_est(&d, &q->rate_est) < 0 || in tc_fill_qdisc() 1363 &sch->rate_est, in qdisc_create() 1433 &sch->rate_est, in qdisc_change()
|
| H A D | sch_generic.c | 1116 gen_kill_estimator(&qdisc->rate_est); in __qdisc_destroy()
|
| /linux/include/net/netfilter/ |
| H A D | xt_rateest.h | 21 struct net_rate_estimator __rcu *rate_est; member
|
| /linux/net/netfilter/ |
| H A D | xt_RATEEST.c | 82 gen_kill_estimator(&est->rate_est); in xt_rateest_put() 158 ret = gen_new_estimator(&est->bstats, NULL, &est->rate_est, in xt_rateest_tg_checkentry()
|
| /linux/include/net/ |
| H A D | sch_generic.h | 106 struct net_rate_estimator __rcu *rate_est; member
|