Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dclass.c28 static struct nl_cache_ops rtnl_class_ops; variable
324 if (!(cache = nl_cache_alloc(&rtnl_class_ops))) in rtnl_class_alloc_cache()
359 if (cache->c_ops != &rtnl_class_ops) in rtnl_class_get()
390 if (cache->c_ops != &rtnl_class_ops) in rtnl_class_get_by_parent()
479 static struct nl_cache_ops rtnl_class_ops = { variable
498 nl_cache_mngt_register(&rtnl_class_ops); in class_init()
503 nl_cache_mngt_unregister(&rtnl_class_ops); in class_exit()