Home
last modified time | relevance | path

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

/aosp_15_r20/external/iproute2/tc/
H A Dm_estimator.c37 int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est) in parse_estimator() function
H A Dtc_common.h20 extern int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est);
H A Dtc_qdisc.c119 if (parse_estimator(&argc, &argv, &est)) in tc_qdisc_modify()
H A Dtc_class.c108 if (parse_estimator(&argc, &argv, &est)) in tc_class_modify()
H A Dtc_filter.c140 if (parse_estimator(&argc, &argv, &est) < 0) in tc_filter_modify()