HomeSort by relevance Sort by last modified time
    Searched refs:obj_ops (Results 1 - 3 of 3) sorted by null

  /external/libnl/src/
nl-list-caches.c 46 struct nl_object_ops *obj_ops = ops->co_obj_ops; local
63 obj_ops->oo_name, obj_ops->oo_size,
64 obj_ops->oo_constructor ? "yes" : "no",
65 obj_ops->oo_free_data ? "yes" : "no",
66 obj_ops->oo_clone ? "yes" : "no",
67 obj_ops->oo_compare ? "yes" : "no",
68 id_attr_list(obj_ops, buf, sizeof(buf)));
71 if (obj_ops->oo_dump[i])
  /external/libnl/lib/
object.c 36 static inline struct nl_object_ops *obj_ops(struct nl_object *obj) function
120 ops = obj_ops(obj);
156 struct nl_object_ops *ops = obj_ops(dst);
177 ops = obj_ops(obj);
315 struct nl_object_ops *ops = obj_ops(a);
319 if (ops != obj_ops(b))
363 struct nl_object_ops *ops = obj_ops(a);
365 if (ops != obj_ops(b) || ops->oo_compare == NULL)
382 struct nl_object_ops *ops = obj_ops(obj);
384 if (ops != obj_ops(filter) || ops->oo_compare == NULL
    [all...]
cache_mngt.c 201 static struct nl_cache_ops *cache_ops_lookup_for_obj(struct nl_object_ops *obj_ops)
206 if (ops->co_obj_ops == obj_ops)

Completed in 336 milliseconds