Lines Matching defs:obj
30 static inline struct nl_object_ops *obj_ops(struct nl_object *obj) in obj_ops()
104 struct nl_object *nl_object_clone(struct nl_object *obj) in nl_object_clone()
169 void nl_object_free(struct nl_object *obj) in nl_object_free()
203 void nl_object_get(struct nl_object *obj) in nl_object_get()
214 void nl_object_put(struct nl_object *obj) in nl_object_put()
235 int nl_object_shared(struct nl_object *obj) in nl_object_shared()
251 void nl_object_mark(struct nl_object *obj) in nl_object_mark()
260 void nl_object_unmark(struct nl_object *obj) in nl_object_unmark()
270 int nl_object_is_marked(struct nl_object *obj) in nl_object_is_marked()
287 void nl_object_dump(struct nl_object *obj, struct nl_dump_params *params) in nl_object_dump()
295 void nl_object_dump_buf(struct nl_object *obj, char *buf, size_t len) in nl_object_dump_buf()
408 int nl_object_match_filter(struct nl_object *obj, struct nl_object *filter) in nl_object_match_filter()
431 char *nl_object_attrs2str(struct nl_object *obj, uint32_t attrs, in nl_object_attrs2str()
452 char *nl_object_attr_list(struct nl_object *obj, char *buf, size_t len) in nl_object_attr_list()
465 void nl_object_keygen(struct nl_object *obj, uint32_t *hashkey, in nl_object_keygen()
491 int nl_object_get_refcnt(struct nl_object *obj) in nl_object_get_refcnt()
505 struct nl_cache *nl_object_get_cache(struct nl_object *obj) in nl_object_get_cache()
518 const char *nl_object_get_type(const struct nl_object *obj) in nl_object_get_type()
532 int nl_object_get_msgtype(const struct nl_object *obj) in nl_object_get_msgtype()
543 struct nl_object_ops *nl_object_get_ops(const struct nl_object *obj) in nl_object_get_ops()
554 uint32_t nl_object_get_id_attrs(struct nl_object *obj) in nl_object_get_id_attrs()