Home
last modified time | relevance | path

Searched refs:tc_setup_estimator (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/tc/
Dtc_estimator.c26 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est) in tc_setup_estimator() function
Dtc_core.h27 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est);
Dm_estimator.c55 if (tc_setup_estimator(A, time_const, est) < 0) { in parse_estimator()