Lines Matching full:nl_object
28 static void class_free_data(struct nl_object *obj)
40 static int class_clone(struct nl_object *_dst, struct nl_object *_src)
58 static void class_dump_line(struct nl_object *obj, struct nl_dump_params *p)
71 static void class_dump_details(struct nl_object *obj, struct nl_dump_params *p)
94 static void class_dump_stats(struct nl_object *obj, struct nl_dump_params *p)
120 nl_object_put((struct nl_object *) class);
170 void (*cb)(struct nl_object *, void *), void *arg)
182 nl_cache_foreach_filter(cache, (struct nl_object *) filter, cb, arg);
195 void (*cb)(struct nl_object *, void *), void *arg)
206 nl_cache_foreach_filter(cache, (struct nl_object *) filter, cb, arg);