Home
last modified time | relevance | path

Searched defs:obj_ops (Results 1 – 3 of 3) sorted by relevance

/external/libnl/src/
Dnl-list-caches.c46 struct nl_object_ops *obj_ops = ops->co_obj_ops; in print() local
/external/libnl/lib/
Dcache_mngt.c201 static struct nl_cache_ops *cache_ops_lookup_for_obj(struct nl_object_ops *obj_ops) in cache_ops_lookup_for_obj()
Dobject.c36 static inline struct nl_object_ops *obj_ops(struct nl_object *obj) in obj_ops() function