Searched refs:get_tc_classid (Results 1 – 15 of 15) sorted by relevance
/external/iproute2/tc/ |
D | tc_class.c | 76 if (get_tc_classid(&handle, *argv)) in tc_class_modify() 93 if (get_tc_classid(&handle, *argv)) in tc_class_modify() 260 if (get_tc_classid(&filter_classid, *argv)) in tc_class_list() 273 if (get_tc_classid(&handle, *argv)) in tc_class_list()
|
D | tc_filter.c | 95 if (get_tc_classid(&handle, *argv)) in tc_filter_modify() 292 if (get_tc_classid(&handle, *argv)) in tc_filter_list()
|
D | f_basic.c | 74 if (get_tc_classid(&handle, *argv)) { in basic_parse_opt()
|
D | f_fw.c | 77 if (get_tc_classid(&handle, *argv)) { in fw_parse_opt()
|
D | m_skbedit.c | 78 if (get_tc_classid(&priority, *argv)) { in parse_skbedit()
|
D | f_route.c | 98 if (get_tc_classid(&handle, *argv)) { in route_parse_opt()
|
D | f_tcindex.c | 99 if (get_tc_classid(&handle,*argv)) { in tcindex_parse_opt()
|
D | tc_util.h | 89 extern int get_tc_classid(__u32 *h, const char *str);
|
D | q_atm.c | 138 else if (get_tc_classid(&excess,*argv)) { in atm_parse_class_opt()
|
D | f_flow.c | 209 if (get_tc_classid(&tmp, *argv) || TC_H_MIN(tmp) == 0) { in flow_parse_opt()
|
D | tc_qdisc.c | 113 if (get_tc_classid(&handle, *argv)) in tc_qdisc_modify()
|
D | f_rsvp.c | 234 if (get_tc_classid(&handle, *argv)) { in rsvp_parse_opt()
|
D | tc_util.c | 61 int get_tc_classid(__u32 *h, const char *str) in get_tc_classid() function
|
D | q_cbq.c | 320 if (get_tc_classid(&fopt.split, *argv)) { in cbq_parse_class_opt()
|
D | f_u32.c | 996 if (get_tc_classid(&handle, *argv)) { in u32_parse_opt()
|