HomeSort by relevance Sort by last modified time
    Searched refs:nl_object_ops (Results 1 - 25 of 34) sorted by null

1 2

  /external/libnl/include/netlink/
object.h 24 struct nl_object_ops;
29 extern struct nl_object * nl_object_alloc(struct nl_object_ops *);
cache-api.h 185 struct nl_object_ops * co_obj_ops;
object-api.h 36 * struct nl_object_ops my_ops = {
84 * struct nl_object_ops my_ops = {
111 * struct nl_object_ops my_ops = {
169 * struct nl_object_ops my_ops = {
186 struct nl_object_ops * ce_ops; \
262 struct nl_object_ops struct
  /external/libnl/lib/
object.c 24 static inline struct nl_object_ops *obj_ops(struct nl_object *obj)
42 struct nl_object *nl_object_alloc(struct nl_object_ops *ops)
97 struct nl_object_ops *ops = obj_ops(obj);
135 struct nl_object_ops *ops = obj_ops(obj);
260 struct nl_object_ops *ops = obj_ops(a);
298 struct nl_object_ops *ops = obj_ops(a);
317 struct nl_object_ops *ops = obj_ops(obj);
341 struct nl_object_ops *ops = obj_ops(obj);
cache.c 70 struct nl_object_ops *ops;
238 struct nl_object_ops *ops;
757 struct nl_object_ops *ops;
819 struct nl_object_ops *ops;
cache_mngt.c 97 static struct nl_cache_ops *cache_ops_lookup_for_obj(struct nl_object_ops *obj_ops)
  /external/libnl/include/netlink/route/
class.h 25 extern struct nl_object_ops class_obj_ops;
classifier.h 24 extern struct nl_object_ops cls_obj_ops;
qdisc.h 25 extern struct nl_object_ops qdisc_obj_ops;
route.h 44 extern struct nl_object_ops route_obj_ops;
  /external/libnl/src/
nl-list-caches.c 21 static char *id_attr_list(struct nl_object_ops *ops, char *buf, size_t len)
46 struct nl_object_ops *obj_ops = ops->co_obj_ops;
  /external/libnl/include/netlink/netfilter/
log.h 28 extern struct nl_object_ops log_obj_ops;
log_msg.h 27 extern struct nl_object_ops log_msg_obj_ops;
queue.h 25 extern struct nl_object_ops queue_obj_ops;
queue_msg.h 25 extern struct nl_object_ops queue_msg_obj_ops;
ct.h 28 extern struct nl_object_ops ct_obj_ops;
  /external/libnl/lib/fib_lookup/
request.c 26 static struct nl_object_ops request_obj_ops;
176 static struct nl_object_ops request_obj_ops = {
lookup.c 30 static struct nl_object_ops result_obj_ops;
315 static struct nl_object_ops result_obj_ops = {
  /external/libnl/lib/genl/
family.c 34 struct nl_object_ops genl_family_ops;
261 struct nl_object_ops genl_family_ops = {
ctrl.c 279 extern struct nl_object_ops genl_family_ops;
  /external/libnl/lib/netfilter/
queue_obj.c 202 struct nl_object_ops queue_obj_ops = {
log_obj.c 274 struct nl_object_ops log_obj_ops = {
  /external/libnl/lib/route/
class_obj.c 267 struct nl_object_ops class_obj_ops = {
cls_obj.c 239 struct nl_object_ops cls_obj_ops = {
qdisc_obj.c 256 struct nl_object_ops qdisc_obj_ops = {

Completed in 252 milliseconds

1 2