Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc.c123 snprintf(buf, sizeof(buf), "%s/q_%s.so", get_tc_lib(), str); in get_qdisc_kind()
177 snprintf(buf, sizeof(buf), "%s/f_%s.so", get_tc_lib(), str); in get_filter_kind()
Dtc_util.h58 extern const char *get_tc_lib(void);
Dtc_util.c31 const char *get_tc_lib(void) in get_tc_lib() function
Dq_netem.c115 snprintf(name, sizeof(name), "%s/%s.dist", get_tc_lib(), type); in get_distribution()
Dm_action.c114 snprintf(buf, sizeof(buf), "%s/m_%s.so", get_tc_lib(), str); in get_action_kind()