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

/external/libnl-headers/netlink/
H A Dobject.h23 struct nl_object;
26 #define OBJ_CAST(ptr) ((struct nl_object *) (ptr))
29 extern struct nl_object * nl_object_alloc(struct nl_object_ops *);
31 struct nl_object **);
32 extern void nl_object_free(struct nl_object *);
33 extern struct nl_object * nl_object_clone(struct nl_object *obj);
34 extern void nl_object_get(struct nl_object *);
35 extern void nl_object_put(struct nl_object *);
36 extern int nl_object_shared(struct nl_object *);
[all...]
H A Dcache.h27 typedef void (*change_func_t)(struct nl_cache *, struct nl_object *, int, void *);
32 struct nl_object *);
34 extern struct nl_object * nl_cache_get_first(struct nl_cache *);
35 extern struct nl_object * nl_cache_get_last(struct nl_cache *);
36 extern struct nl_object * nl_cache_get_next(struct nl_object *);
37 extern struct nl_object * nl_cache_get_prev(struct nl_object *);
46 struct nl_object *);
52 struct nl_object *);
[all...]
H A Dobject-api.h43 * 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 *, struc
[all...]
H A Dcache-api.h63 * err = pp->pp_cb((struct nl_object *) obj, pp);
156 int (*pp_cb)(struct nl_object *, struct nl_parser_param *);
H A Dmsg.h105 void (*cb)(struct nl_object *, void *),
/external/libnl-headers/netlink/route/
H A Dclass.h60 void (*cb)(struct nl_object *,
65 void (*cb)(struct nl_object *,
H A Dqdisc.h60 void (*cb)(struct nl_object *, void *),
64 void (*cb)(struct nl_object *, void *),
/external/libnl-headers/netlink/cli/
H A Dutils.h70 extern int nl_cli_confirm(struct nl_object *,
/external/libnl-headers/
H A Dnetlink-local.h101 extern void dump_from_ops(struct nl_object *, struct nl_dump_params *);
103 static inline struct nl_cache *dp_cache(struct nl_object *obj)
H A Dnetlink-types.h34 struct nl_object;
107 struct nl_object struct

Completed in 85 milliseconds