HomeSort by relevance Sort by last modified time
    Searched refs:nl_object (Results 1 - 12 of 12) sorted by null

  /external/libnl-headers/netlink/
object.h 23 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...]
cache.h 27 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...]
object-api.h 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 *)
    [all...]
cache-api.h 63 * err = pp->pp_cb((struct nl_object *) obj, pp);
156 int (*pp_cb)(struct nl_object *, struct nl_parser_param *);
msg.h 105 void (*cb)(struct nl_object *, void *),
  /system/core/libnl_2/
object.c 21 void nl_object_put(struct nl_object *obj)
28 void nl_object_free(struct nl_object *obj)
cache.c 32 void nl_cache_remove(struct nl_object *obj)
  /external/libnl-headers/netlink/route/
class.h 60 void (*cb)(struct nl_object *,
65 void (*cb)(struct nl_object *,
qdisc.h 60 void (*cb)(struct nl_object *, void *),
64 void (*cb)(struct nl_object *, void *),
  /external/libnl-headers/netlink/cli/
utils.h 70 extern int nl_cli_confirm(struct nl_object *,
  /external/libnl-headers/
netlink-local.h 101 extern void dump_from_ops(struct nl_object *, struct nl_dump_params *);
103 static inline struct nl_cache *dp_cache(struct nl_object *obj)
netlink-types.h 34 struct nl_object;
107 struct nl_object struct

Completed in 68 milliseconds