Searched refs:gen_kill_estimator (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/net/
H A Dgen_stats.h75 void gen_kill_estimator(struct net_rate_estimator __rcu **ptr);
/linux-master/net/core/
H A Dgen_estimator.c199 * gen_kill_estimator - remove a rate estimator
205 void gen_kill_estimator(struct net_rate_estimator __rcu **rate_est) function
215 EXPORT_SYMBOL(gen_kill_estimator); variable
229 * gen_kill_estimator() and gen_new_estimator().
/linux-master/net/netfilter/
H A Dxt_RATEEST.c82 gen_kill_estimator(&est->rate_est);
/linux-master/net/sched/
H A Dsch_drr.c141 gen_kill_estimator(&cl->rate_est);
H A Dsch_qfq.c507 gen_kill_estimator(&cl->rate_est);
535 gen_kill_estimator(&cl->rate_est);
H A Dsch_htb.c1607 gen_kill_estimator(&cl->rate_est);
2063 gen_kill_estimator(&cl->rate_est);
H A Dsch_generic.c1069 gen_kill_estimator(&qdisc->rate_est);
H A Dsch_hfsc.c1098 gen_kill_estimator(&cl->rate_est);
H A Dact_api.c369 gen_kill_estimator(&p->tcfa_rate_est);

Completed in 186 milliseconds