Searched refs:get_tc_classid (Results 1 – 18 of 18) sorted by relevance
/external/iproute2/tc/ |
D | tc_class.c | 91 if (get_tc_classid(&handle, *argv)) in tc_class_modify() 108 if (get_tc_classid(&handle, *argv)) in tc_class_modify() 423 if (get_tc_classid(&filter_classid, *argv)) in tc_class_list() 436 if (get_tc_classid(&handle, *argv)) in tc_class_list()
|
D | f_basic.c | 74 if (get_tc_classid(&handle, *argv)) { in basic_parse_opt()
|
D | tc_filter.c | 105 if (get_tc_classid(&handle, *argv)) in tc_filter_modify() 322 if (get_tc_classid(&handle, *argv)) in tc_filter_list()
|
D | f_fw.c | 75 if (get_tc_classid(&handle, *argv)) { in fw_parse_opt()
|
D | f_tcindex.c | 95 if (get_tc_classid(&handle,*argv)) { in tcindex_parse_opt()
|
D | f_route.c | 96 if (get_tc_classid(&handle, *argv)) { in route_parse_opt()
|
D | tc_util.h | 87 extern int get_tc_classid(__u32 *h, const char *str);
|
D | m_skbedit.c | 80 if (get_tc_classid(&priority, *argv)) { in parse_skbedit()
|
D | f_bpf.c | 102 if (get_tc_classid(&handle, *argv)) { in bpf_parse_opt()
|
D | q_atm.c | 136 else if (get_tc_classid(&excess,*argv)) { in atm_parse_class_opt()
|
D | f_flow.c | 210 if (get_tc_classid(&tmp, *argv) || TC_H_MIN(tmp) == 0) { in flow_parse_opt()
|
D | tc_qdisc.c | 119 if (get_tc_classid(&handle, *argv)) in tc_qdisc_modify()
|
D | f_rsvp.c | 232 if (get_tc_classid(&handle, *argv)) { in rsvp_parse_opt()
|
D | f_flower.c | 193 ret = get_tc_classid(&handle, *argv); in flower_parse_opt()
|
D | tc_util.c | 95 int get_tc_classid(__u32 *h, const char *str) in get_tc_classid() function
|
D | q_cbq.c | 319 if (get_tc_classid(&fopt.split, *argv)) { in cbq_parse_class_opt()
|
D | f_u32.c | 1027 if (get_tc_classid(&handle, *argv)) { in u32_parse_opt()
|
/external/libnl/tests/ |
D | test-complex-HTB-with-hash-filters.c | 97 int get_tc_classid(__u32 *h, const char *str) in get_tc_classid() function 741 err = get_tc_classid(&classid, "1:5"); in main() 751 err = get_tc_classid(&classid, "1:6"); in main()
|