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

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

Completed in 111 milliseconds