Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dclass_api.c26 static struct rtnl_class_ops *class_ops_list; variable
44 for (op = &class_ops_list; (o = *op) != NULL; op = &o->co_next) in rtnl_class_register()
62 for (op = &class_ops_list; (o = *op) != NULL; op = &o->co_next) in rtnl_class_unregister()
78 for (cops = class_ops_list; cops; cops = cops->co_next) in __rtnl_class_lookup_ops()