Home
last modified time | relevance | path

Searched refs:co_obj_ops (Results 1 – 21 of 21) sorted by relevance

/external/libnl/lib/
Dcache_mngt.c102 if (ops->co_obj_ops == obj_ops) in cache_ops_lookup_for_obj()
133 if (!ops->co_name || !ops->co_obj_ops) in nl_cache_mngt_register()
194 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops); in nl_cache_mngt_provide()
213 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops); in nl_cache_mngt_unprovide()
Dcache.c77 ops = cache->c_ops->co_obj_ops; in nl_cache_nitems_filter()
248 ops = orig->c_ops->co_obj_ops; in nl_cache_subset()
328 if (cache->c_ops->co_obj_ops != obj->ce_ops) in nl_cache_add()
355 if (cache->c_ops->co_obj_ops != obj->ce_ops) in nl_cache_move()
563 if (ops->co_obj_ops != obj->ce_ops) in nl_cache_include()
769 ops = cache->c_ops->co_obj_ops; in nl_cache_dump_filter()
824 ops = cache->c_ops->co_obj_ops; in nl_cache_foreach_filter()
Dobject.c78 if (!(*result = nl_object_alloc(ops->co_obj_ops))) in nl_object_alloc_name()
/external/libnl/src/
Dnl-list-caches.c45 if (ops->co_obj_ops) { in print()
46 struct nl_object_ops *obj_ops = ops->co_obj_ops; in print()
/external/libnl/include/netlink/
Dcache-api.h185 struct nl_object_ops * co_obj_ops; member
/external/libnl/lib/route/
Droute.c188 .co_obj_ops = &route_obj_ops,
Dclass.c291 .co_obj_ops = &class_obj_ops,
Dcls.c328 .co_obj_ops = &cls_obj_ops,
Dqdisc.c455 .co_obj_ops = &qdisc_obj_ops,
Dneigh.c874 .co_obj_ops = &neigh_obj_ops,
Dneightbl.c802 .co_obj_ops = &neightbl_obj_ops,
Drule.c784 .co_obj_ops = &rule_obj_ops,
Daddr.c1040 .co_obj_ops = &addr_obj_ops,
Dlink.c1458 .co_obj_ops = &link_obj_ops,
/external/libnl/lib/netfilter/
Dqueue.c235 .co_obj_ops = &queue_obj_ops,
Dlog.c235 .co_obj_ops = &log_obj_ops,
Dlog_msg.c196 .co_obj_ops = &log_msg_obj_ops,
Dqueue_msg.c271 .co_obj_ops = &queue_msg_obj_ops,
Dct.c588 .co_obj_ops = &ct_obj_ops,
/external/libnl/lib/genl/
Dctrl.c289 .co_obj_ops = &genl_family_ops,
/external/libnl/lib/fib_lookup/
Dlookup.c336 .co_obj_ops = &result_obj_ops,