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

  /external/libnl/include/netlink/
cache-api.h 32 * .co_obj_ops = &my_obj_ops,
185 struct nl_object_ops * co_obj_ops; member in struct:nl_cache_ops
  /external/libnl/lib/
cache_mngt.c 102 if (ops->co_obj_ops == obj_ops)
133 if (!ops->co_name || !ops->co_obj_ops)
194 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops);
213 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops);
cache.c 77 ops = cache->c_ops->co_obj_ops;
248 ops = orig->c_ops->co_obj_ops;
328 if (cache->c_ops->co_obj_ops != obj->ce_ops)
355 if (cache->c_ops->co_obj_ops != obj->ce_ops)
563 if (ops->co_obj_ops != obj->ce_ops)
769 ops = cache->c_ops->co_obj_ops;
824 ops = cache->c_ops->co_obj_ops;
object.c 78 if (!(*result = nl_object_alloc(ops->co_obj_ops)))
  /external/libnl/src/
nl-list-caches.c 45 if (ops->co_obj_ops) {
46 struct nl_object_ops *obj_ops = ops->co_obj_ops;
  /external/libnl/lib/netfilter/
log.c 235 .co_obj_ops = &log_obj_ops,
queue.c 235 .co_obj_ops = &queue_obj_ops,
log_msg.c 196 .co_obj_ops = &log_msg_obj_ops,
queue_msg.c 271 .co_obj_ops = &queue_msg_obj_ops,
ct.c 588 .co_obj_ops = &ct_obj_ops,
  /external/libnl/lib/route/
class.c 291 .co_obj_ops = &class_obj_ops,
route.c 188 .co_obj_ops = &route_obj_ops,
cls.c 328 .co_obj_ops = &cls_obj_ops,
qdisc.c 455 .co_obj_ops = &qdisc_obj_ops,
neigh.c 874 .co_obj_ops = &neigh_obj_ops,
neightbl.c 802 .co_obj_ops = &neightbl_obj_ops,
rule.c 784 .co_obj_ops = &rule_obj_ops,
addr.c 1040 .co_obj_ops = &addr_obj_ops,
link.c     [all...]
  /external/libnl/lib/fib_lookup/
lookup.c 336 .co_obj_ops = &result_obj_ops,
  /external/libnl/lib/genl/
ctrl.c 289 .co_obj_ops = &genl_family_ops,

Completed in 264 milliseconds