Home
last modified time | relevance | path

Searched refs:get_tc_lib (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/tc/
Dtc.c112 snprintf(buf, sizeof(buf), "%s/q_%s.so", get_tc_lib(), str); in get_qdisc_kind()
156 snprintf(buf, sizeof(buf), "%s/f_%s.so", get_tc_lib(), str); in get_filter_kind()
Dtc_exec.c53 snprintf(buf, sizeof(buf), "%s/e_%s.so", get_tc_lib(), name); in get_exec_kind()
Dtc_util.h64 const char *get_tc_lib(void);
Dq_netem.c116 snprintf(name, sizeof(name), "%s/%s.dist", get_tc_lib(), type); in get_distribution()
Dm_action.c101 snprintf(buf, sizeof(buf), "%s/m_%s.so", get_tc_lib(), str); in get_action_kind()
Dtc_util.c65 const char *get_tc_lib(void) in get_tc_lib() function