/external/iproute2/tc/ |
tc_class.c | 76 if (get_tc_classid(&handle, *argv)) 93 if (get_tc_classid(&handle, *argv)) 260 if (get_tc_classid(&filter_classid, *argv)) 273 if (get_tc_classid(&handle, *argv))
|
f_basic.c | 74 if (get_tc_classid(&handle, *argv)) {
|
f_fw.c | 75 if (get_tc_classid(&handle, *argv)) {
|
f_tcindex.c | 95 if (get_tc_classid(&handle,*argv)) {
|
tc_util.h | 89 extern int get_tc_classid(__u32 *h, const char *str);
|
tc_filter.c | 95 if (get_tc_classid(&handle, *argv)) 292 if (get_tc_classid(&handle, *argv))
|
f_route.c | 96 if (get_tc_classid(&handle, *argv)) {
|
m_skbedit.c | 81 if (get_tc_classid(&priority, *argv)) {
|
q_atm.c | 136 else if (get_tc_classid(&excess,*argv)) {
|
f_flow.c | 209 if (get_tc_classid(&tmp, *argv) || TC_H_MIN(tmp) == 0) {
|
f_rsvp.c | 232 if (get_tc_classid(&handle, *argv)) {
|
tc_qdisc.c | 113 if (get_tc_classid(&handle, *argv))
|
q_cbq.c | 319 if (get_tc_classid(&fopt.split, *argv)) {
|
tc_util.c | 61 int get_tc_classid(__u32 *h, const char *str) function
|
f_u32.c | 1028 if (get_tc_classid(&handle, *argv)) {
|