Lines Matching full:estimator
3 * net/sched/gen_estimator.c Simple rate estimator.
111 * gen_new_estimator - create a new rate estimator
114 * @rate_est: rate estimator statistics
119 * @opt: rate estimator configuration TLV
121 * Creates a new rate estimator with &bstats as source and &rate_est
199 * gen_kill_estimator - remove a rate estimator
200 * @rate_est: rate estimator
202 * Removes the rate estimator.
218 * gen_replace_estimator - replace rate estimator configuration
221 * @rate_est: rate estimator statistics
226 * @opt: rate estimator configuration TLV
228 * Replaces the configuration of a rate estimator by calling
245 * gen_estimator_active - test if estimator is currently in use
246 * @rate_est: rate estimator
248 * Returns true if estimator is active, and false if not.