Searched refs:gen_new_estimator (Results 1 – 9 of 9) sorted by relevance
/linux/net/core/ |
H A D | gen_estimator.c | 132 int gen_new_estimator(struct gnet_stats_basic_sync *bstats, in gen_new_estimator() function 198 EXPORT_SYMBOL(gen_new_estimator); 241 return gen_new_estimator(bstats, cpu_bstats, rate_est, in gen_replace_estimator()
|
/linux/include/net/ |
H A D | gen_stats.h | 70 int gen_new_estimator(struct gnet_stats_basic_sync *bstats,
|
/linux/net/netfilter/ |
H A D | xt_RATEEST.c | 158 ret = gen_new_estimator(&est->bstats, NULL, &est->rate_est, in xt_rateest_tg_checkentry()
|
/linux/Documentation/networking/ |
H A D | gen_stats.rst | 110 int ret = gen_new_estimator(my_basicstats,my_rate_est_stats,
|
/linux/net/sched/ |
H A D | sch_qfq.c | 494 err = gen_new_estimator(&cl->bstats, NULL, in qfq_change_class()
|
H A D | sch_hfsc.c | 1041 err = gen_new_estimator(&cl->bstats, NULL, &cl->rate_est, in hfsc_change_class()
|
H A D | act_api.c | 811 err = gen_new_estimator(&p->tcfa_bstats, p->cpu_bstats, in tcf_idr_create()
|
H A D | sch_htb.c | 1861 err = gen_new_estimator(&cl->bstats, NULL, in htb_change_class()
|
H A D | sch_api.c | 1331 err = gen_new_estimator(&sch->bstats, in qdisc_create()
|