Searched refs:gen_new_estimator (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/net/core/ |
H A D | gen_estimator.c | 130 int gen_new_estimator(struct gnet_stats_basic_sync *bstats, in gen_new_estimator() function 196 EXPORT_SYMBOL(gen_new_estimator); 239 return gen_new_estimator(bstats, cpu_bstats, rate_est, in gen_replace_estimator()
|
/openbmc/linux/include/net/ |
H A D | gen_stats.h | 70 int gen_new_estimator(struct gnet_stats_basic_sync *bstats,
|
/openbmc/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()
|
/openbmc/linux/Documentation/networking/ |
H A D | gen_stats.rst | 110 int ret = gen_new_estimator(my_basicstats,my_rate_est_stats,
|
/openbmc/linux/net/sched/ |
H A D | sch_qfq.c | 487 err = gen_new_estimator(&cl->bstats, NULL, in qfq_change_class()
|
H A D | sch_hfsc.c | 1042 err = gen_new_estimator(&cl->bstats, NULL, &cl->rate_est, in hfsc_change_class()
|
H A D | act_api.c | 767 err = gen_new_estimator(&p->tcfa_bstats, p->cpu_bstats, in tcf_idr_create()
|
H A D | sch_htb.c | 1859 err = gen_new_estimator(&cl->bstats, NULL, in htb_change_class()
|
H A D | sch_api.c | 1343 err = gen_new_estimator(&sch->bstats, in qdisc_create()
|