Searched defs:nl_object (Results 1 - 1 of 1) sorted by relevance

/external/libnl/include/netlink-private/
H A Dobject-api.h44 * struct nl_object *obj = nl_object_alloc(&my_ops);
64 * static void my_obj_free_data(struct nl_object *obj)
74 * static int my_obj_clone(struct nl_object *src, struct nl_object *dst)
94 * static int my_obj_dump_detailed(struct nl_object *obj,
146 * static int my_obj_compare(struct nl_object *_a, struct nl_object *_b,
194 struct nl_object struct
290 void (*oo_constructor)(struct nl_object *);
299 void (*oo_free_data)(struct nl_object *);
[all...]

Completed in 520 milliseconds