Home
last modified time | relevance | path

Searched refs:gen_estimator_read (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/netfilter/
H 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()
/openbmc/linux/net/core/
H A Dgen_estimator.c256 bool gen_estimator_read(struct net_rate_estimator __rcu **rate_est, in gen_estimator_read() function
278 EXPORT_SYMBOL(gen_estimator_read);
H A Dgen_stats.c315 if (!gen_estimator_read(rate_est, &sample)) in gnet_stats_copy_rate_est()
/openbmc/linux/include/net/
H A Dgen_stats.h82 bool gen_estimator_read(struct net_rate_estimator __rcu **ptr,
/openbmc/linux/net/sched/
H A Dact_police.c265 if (!gen_estimator_read(&police->tcf_rate_est, &sample) || in tcf_police_act()