Home
last modified time | relevance | path

Searched refs:get_tc_classid (Results 1 – 18 of 18) sorted by relevance

/external/iproute2/tc/
Dtc_class.c91 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()
Df_basic.c74 if (get_tc_classid(&handle, *argv)) { in basic_parse_opt()
Dtc_filter.c105 if (get_tc_classid(&handle, *argv)) in tc_filter_modify()
322 if (get_tc_classid(&handle, *argv)) in tc_filter_list()
Df_fw.c75 if (get_tc_classid(&handle, *argv)) { in fw_parse_opt()
Df_route.c96 if (get_tc_classid(&handle, *argv)) { in route_parse_opt()
Df_tcindex.c95 if (get_tc_classid(&handle,*argv)) { in tcindex_parse_opt()
Dtc_util.h87 extern int get_tc_classid(__u32 *h, const char *str);
Dm_skbedit.c80 if (get_tc_classid(&priority, *argv)) { in parse_skbedit()
Df_bpf.c102 if (get_tc_classid(&handle, *argv)) { in bpf_parse_opt()
Dq_atm.c136 else if (get_tc_classid(&excess,*argv)) { in atm_parse_class_opt()
Df_flow.c210 if (get_tc_classid(&tmp, *argv) || TC_H_MIN(tmp) == 0) { in flow_parse_opt()
Dtc_qdisc.c119 if (get_tc_classid(&handle, *argv)) in tc_qdisc_modify()
Df_rsvp.c232 if (get_tc_classid(&handle, *argv)) { in rsvp_parse_opt()
Df_flower.c193 ret = get_tc_classid(&handle, *argv); in flower_parse_opt()
Dtc_util.c95 int get_tc_classid(__u32 *h, const char *str) in get_tc_classid() function
Dq_cbq.c319 if (get_tc_classid(&fopt.split, *argv)) { in cbq_parse_class_opt()
Df_u32.c1027 if (get_tc_classid(&handle, *argv)) { in u32_parse_opt()
/external/libnl/tests/
Dtest-complex-HTB-with-hash-filters.c97 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()