HomeSort by relevance Sort by last modified time
    Searched full:class_ops_list (Results 1 - 1 of 1) sorted by null

  /external/libnl/lib/route/
class_api.c 26 static struct rtnl_class_ops *class_ops_list; variable in typeref:struct:rtnl_class_ops
44 for (op = &class_ops_list; (o = *op) != NULL; op = &o->co_next)
62 for (op = &class_ops_list; (o = *op) != NULL; op = &o->co_next)
78 for (cops = class_ops_list; cops; cops = cops->co_next)

Completed in 697 milliseconds