Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc_class.c86 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()
Dtc_filter.c107 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()
Df_basic.c75 if (get_tc_classid(&handle, *argv)) { in basic_parse_opt()
Df_matchall.c68 if (get_tc_classid(&handle, *argv)) { in matchall_parse_opt()
Df_fw.c83 if (get_tc_classid(&handle, *argv)) { in fw_parse_opt()
Df_tcindex.c90 if (get_tc_classid(&handle, *argv)) { in tcindex_parse_opt()
Df_route.c97 if (get_tc_classid(&handle, *argv)) { in route_parse_opt()
Dm_skbedit.c83 if (get_tc_classid(&priority, *argv)) { in parse_skbedit()
Dtc_util.h96 int get_tc_classid(__u32 *h, const char *str);
Dq_atm.c127 else if (get_tc_classid(&excess, *argv)) { in atm_parse_class_opt()
Df_bpf.c122 if (get_tc_classid(&handle, *argv)) { in bpf_parse_opt()
Df_flow.c207 if (get_tc_classid(&tmp, *argv) || TC_H_MIN(tmp) == 0) { in flow_parse_opt()
Dtc_qdisc.c115 if (get_tc_classid(&handle, *argv)) in tc_qdisc_modify()
Df_rsvp.c236 if (get_tc_classid(&handle, *argv)) { in rsvp_parse_opt()
Dq_cbq.c313 if (get_tc_classid(&fopt.split, *argv)) { in cbq_parse_class_opt()
Dtc_util.c95 int get_tc_classid(__u32 *h, const char *str) in get_tc_classid() function
Df_u32.c1038 if (get_tc_classid(&flowid, *argv)) { in u32_parse_opt()
Df_flower.c611 ret = get_tc_classid(&handle, *argv); in flower_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()