OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_tc_lib
(Results
1 - 5
of
5
) sorted by null
/external/iproute2/tc/
tc.c
123
snprintf(buf, sizeof(buf), "%s/q_%s.so",
get_tc_lib
(), str);
177
snprintf(buf, sizeof(buf), "%s/f_%s.so",
get_tc_lib
(), str);
tc_util.h
58
extern const char *
get_tc_lib
(void);
q_netem.c
115
snprintf(name, sizeof(name), "%s/%s.dist",
get_tc_lib
(), type);
tc_util.c
31
const char *
get_tc_lib
(void)
function
m_action.c
114
snprintf(buf, sizeof(buf), "%s/m_%s.so",
get_tc_lib
(), str);
Completed in 66 milliseconds