Searched refs:parse_estimator (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/tc/ |
D | m_estimator.c | 37 int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est) in parse_estimator() function
|
D | tc_common.h | 20 extern int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est);
|
D | tc_qdisc.c | 123 if (parse_estimator(&argc, &argv, &est)) in tc_qdisc_modify()
|
D | tc_filter.c | 130 if (parse_estimator(&argc, &argv, &est) < 0) in tc_filter_modify()
|
D | tc_class.c | 112 if (parse_estimator(&argc, &argv, &est)) in tc_class_modify()
|