Searched refs:get_tc_classid (Results 1 – 19 of 19) sorted by relevance
/external/iproute2/tc/ |
D | tc_class.c | 86 if (get_tc_classid(&handle, *argv)) in tc_class_modify() 104 if (get_tc_classid(&handle, *argv)) in tc_class_modify() 414 if (get_tc_classid(&filter_classid, *argv)) in tc_class_list() 428 if (get_tc_classid(&handle, *argv)) in tc_class_list()
|
D | f_basic.c | 75 if (get_tc_classid(&handle, *argv)) { in basic_parse_opt()
|
D | tc_filter.c | 107 if (get_tc_classid(&handle, *argv)) in tc_filter_modify() 379 if (get_tc_classid(&parent_handle, *argv)) in tc_filter_get() 552 if (get_tc_classid(&handle, *argv)) in tc_filter_list()
|
D | f_matchall.c | 68 if (get_tc_classid(&handle, *argv)) { in matchall_parse_opt()
|
D | f_fw.c | 83 if (get_tc_classid(&handle, *argv)) { in fw_parse_opt()
|
D | f_tcindex.c | 90 if (get_tc_classid(&handle, *argv)) { in tcindex_parse_opt()
|
D | f_route.c | 97 if (get_tc_classid(&handle, *argv)) { in route_parse_opt()
|
D | m_skbedit.c | 83 if (get_tc_classid(&priority, *argv)) { in parse_skbedit()
|
D | tc_util.h | 96 int get_tc_classid(__u32 *h, const char *str);
|
D | q_atm.c | 127 else if (get_tc_classid(&excess, *argv)) { in atm_parse_class_opt()
|
D | f_bpf.c | 122 if (get_tc_classid(&handle, *argv)) { in bpf_parse_opt()
|
D | f_flow.c | 207 if (get_tc_classid(&tmp, *argv) || TC_H_MIN(tmp) == 0) { in flow_parse_opt()
|
D | tc_qdisc.c | 115 if (get_tc_classid(&handle, *argv)) in tc_qdisc_modify()
|
D | f_rsvp.c | 236 if (get_tc_classid(&handle, *argv)) { in rsvp_parse_opt()
|
D | q_cbq.c | 313 if (get_tc_classid(&fopt.split, *argv)) { in cbq_parse_class_opt()
|
D | tc_util.c | 95 int get_tc_classid(__u32 *h, const char *str) in get_tc_classid() function
|
D | f_u32.c | 1038 if (get_tc_classid(&flowid, *argv)) { in u32_parse_opt()
|
D | f_flower.c | 611 ret = get_tc_classid(&handle, *argv); in flower_parse_opt()
|
/external/libnl/tests/ |
D | test-complex-HTB-with-hash-filters.c | 100 static int get_tc_classid(__u32 *h, const char *str) in get_tc_classid() function 745 err = get_tc_classid(&classid, "1:5"); in main() 755 err = get_tc_classid(&classid, "1:6"); in main()
|