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

/external/iproute2/tc/
H A Dtc_exec.c53 snprintf(buf, sizeof(buf), "%s/e_%s.so", get_tc_lib(), name);
H A Dtc.c131 snprintf(buf, sizeof(buf), "%s/q_%s.so", get_tc_lib(), str);
183 snprintf(buf, sizeof(buf), "%s/f_%s.so", get_tc_lib(), str);
H A Dtc_util.h64 const char *get_tc_lib(void);
H A Dm_action.c112 snprintf(buf, sizeof(buf), "%s/m_%s.so", get_tc_lib(), str);
H A Dq_netem.c116 snprintf(name, sizeof(name), "%s/%s.dist", get_tc_lib(), type);
H A Dtc_util.c65 const char *get_tc_lib(void) function

Completed in 454 milliseconds