Searched refs:co_obj_ops (Results 1 – 21 of 21) sorted by relevance
/external/libnl/lib/ |
D | cache_mngt.c | 102 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()
|
D | cache.c | 77 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()
|
D | object.c | 78 if (!(*result = nl_object_alloc(ops->co_obj_ops))) in nl_object_alloc_name()
|
/external/libnl/src/ |
D | nl-list-caches.c | 45 if (ops->co_obj_ops) { in print() 46 struct nl_object_ops *obj_ops = ops->co_obj_ops; in print()
|
/external/libnl/include/netlink/ |
D | cache-api.h | 185 struct nl_object_ops * co_obj_ops; member
|
/external/libnl/lib/route/ |
D | route.c | 188 .co_obj_ops = &route_obj_ops,
|
D | class.c | 291 .co_obj_ops = &class_obj_ops,
|
D | cls.c | 328 .co_obj_ops = &cls_obj_ops,
|
D | qdisc.c | 455 .co_obj_ops = &qdisc_obj_ops,
|
D | neigh.c | 874 .co_obj_ops = &neigh_obj_ops,
|
D | neightbl.c | 802 .co_obj_ops = &neightbl_obj_ops,
|
D | rule.c | 784 .co_obj_ops = &rule_obj_ops,
|
D | addr.c | 1040 .co_obj_ops = &addr_obj_ops,
|
D | link.c | 1458 .co_obj_ops = &link_obj_ops,
|
/external/libnl/lib/netfilter/ |
D | queue.c | 235 .co_obj_ops = &queue_obj_ops,
|
D | log.c | 235 .co_obj_ops = &log_obj_ops,
|
D | log_msg.c | 196 .co_obj_ops = &log_msg_obj_ops,
|
D | queue_msg.c | 271 .co_obj_ops = &queue_msg_obj_ops,
|
D | ct.c | 588 .co_obj_ops = &ct_obj_ops,
|
/external/libnl/lib/genl/ |
D | ctrl.c | 289 .co_obj_ops = &genl_family_ops,
|
/external/libnl/lib/fib_lookup/ |
D | lookup.c | 336 .co_obj_ops = &result_obj_ops,
|