Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc_util.c35 static struct db_names *cls_names; variable
43 cls_names = db_names_alloc(); in cls_names_init()
44 if (!cls_names) in cls_names_init()
47 ret = db_names_load(cls_names, path ?: NAMES_DB); in cls_names_init()
53 db_names_free(cls_names); in cls_names_init()
54 cls_names = NULL; in cls_names_init()
62 db_names_free(cls_names); in cls_names_uninit()
150 if (id_to_name(cls_names, h, clname)) in print_tc_classid()