Searched refs:co_obj_ops (Results 1 – 24 of 24) sorted by relevance
/external/libnl/lib/ |
D | cache_mngt.c | 206 if (ops->co_obj_ops == obj_ops) in cache_ops_lookup_for_obj() 254 if (!ops->co_name || !ops->co_obj_ops) in nl_cache_mngt_register() 335 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops); in nl_cache_mngt_provide() 368 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops); in nl_cache_mngt_unprovide()
|
D | cache.c | 201 if (ops->co_obj_ops->oo_keygen) { in nl_cache_alloc() 484 if (cache->c_ops->co_obj_ops != obj->ce_ops) in nl_cache_add() 525 if (cache->c_ops->co_obj_ops != obj->ce_ops) in nl_cache_move() 812 if (ops->co_obj_ops != obj->ce_ops) in nl_cache_include() 1153 ops = cache->c_ops->co_obj_ops; in nl_cache_dump_filter()
|
D | object.c | 92 *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-private/ |
D | cache-api.h | 252 struct nl_object_ops * co_obj_ops; member
|
/external/libnl/lib/route/ |
D | route.c | 193 .co_obj_ops = &route_obj_ops,
|
D | cls.c | 417 .co_obj_ops = &cls_obj_ops,
|
D | class.c | 459 .co_obj_ops = &class_obj_ops,
|
D | qdisc.c | 547 .co_obj_ops = &qdisc_obj_ops,
|
D | act.c | 551 .co_obj_ops = &act_obj_ops,
|
D | neightbl.c | 814 .co_obj_ops = &neightbl_obj_ops,
|
D | rule.c | 744 .co_obj_ops = &rule_obj_ops,
|
D | neigh.c | 949 .co_obj_ops = &neigh_obj_ops,
|
D | addr.c | 1124 .co_obj_ops = &addr_obj_ops,
|
D | link.c | 2752 .co_obj_ops = &link_obj_ops,
|
/external/libnl/lib/netfilter/ |
D | log.c | 235 .co_obj_ops = &log_obj_ops,
|
D | queue.c | 235 .co_obj_ops = &queue_obj_ops,
|
D | log_msg.c | 196 .co_obj_ops = &log_msg_obj_ops,
|
D | queue_msg.c | 308 .co_obj_ops = &queue_msg_obj_ops,
|
D | exp.c | 607 .co_obj_ops = &exp_obj_ops,
|
D | ct.c | 676 .co_obj_ops = &ct_obj_ops,
|
/external/libnl/lib/fib_lookup/ |
D | lookup.c | 336 .co_obj_ops = &result_obj_ops,
|
/external/libnl/lib/genl/ |
D | ctrl.c | 533 .co_obj_ops = &genl_family_ops,
|
/external/libnl/lib/idiag/ |
D | idiag_msg_obj.c | 77 .co_obj_ops = &idiagnl_msg_obj_ops,
|