Home | History | Annotate | Download | only in netlink

Lines Matching refs:nl_object

43  * struct nl_object *obj = nl_object_alloc(&my_ops);
63 * static void my_obj_free_data(struct nl_object *obj)
73 * static int my_obj_clone(struct nl_object *src, struct nl_object *dst)
93 * static int my_obj_dump_detailed(struct nl_object *obj,
145 * static int my_obj_compare(struct nl_object *_a, struct nl_object *_b,
283 void (*oo_constructor)(struct nl_object *);
292 void (*oo_free_data)(struct nl_object *);
304 int (*oo_clone)(struct nl_object *, struct nl_object *);
315 void (*oo_dump[NL_DUMP_MAX+1])(struct nl_object *,
329 int (*oo_compare)(struct nl_object *, struct nl_object *,