Searched refs:get_tc_lib (Results 1 - 6 of 6) sorted by relevance
/external/iproute2/tc/ |
H A D | tc_exec.c | 53 snprintf(buf, sizeof(buf), "%s/e_%s.so", get_tc_lib(), name);
|
H A D | tc.c | 131 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 D | tc_util.h | 64 const char *get_tc_lib(void);
|
H A D | m_action.c | 112 snprintf(buf, sizeof(buf), "%s/m_%s.so", get_tc_lib(), str);
|
H A D | q_netem.c | 116 snprintf(name, sizeof(name), "%s/%s.dist", get_tc_lib(), type);
|
H A D | tc_util.c | 65 const char *get_tc_lib(void) function
|
Completed in 454 milliseconds