Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dclass.c27 static struct nl_cache_ops rtnl_class_ops; variable
323 if (!(cache = nl_cache_alloc(&rtnl_class_ops))) in rtnl_class_alloc_cache()
358 if (cache->c_ops != &rtnl_class_ops) in rtnl_class_get()
446 static struct nl_cache_ops rtnl_class_ops = { variable
465 nl_cache_mngt_register(&rtnl_class_ops); in class_init()
470 nl_cache_mngt_unregister(&rtnl_class_ops); in class_exit()