Home
last modified time | relevance | path

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

12

/external/libnl/lib/
Dcache_mngt.c207 if (ops->co_obj_ops == obj_ops) in cache_ops_lookup_for_obj()
255 if (!ops->co_name || !ops->co_obj_ops) in nl_cache_mngt_register()
259 BUG_ON (ops->co_obj_ops->oo_keygen && !ops->co_obj_ops->oo_compare); in nl_cache_mngt_register()
339 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops); in nl_cache_mngt_provide()
372 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops); in nl_cache_mngt_unprovide()
Dcache.c202 if (ops->co_obj_ops->oo_keygen) { in nl_cache_alloc()
485 if (cache->c_ops->co_obj_ops != obj->ce_ops) in nl_cache_add()
526 if (cache->c_ops->co_obj_ops != obj->ce_ops) in nl_cache_move()
868 if (ops->co_obj_ops != obj->ce_ops) in nl_cache_include()
888 if (ops->co_obj_ops != obj->ce_ops) in nl_cache_include_v2()
1234 ops = cache->c_ops->co_obj_ops; in nl_cache_dump_filter()
Dobject.c93 *result = nl_object_alloc(ops->co_obj_ops); in nl_object_alloc_name()
/external/libnl/src/
Dnl-list-caches.c46 if (ops->co_obj_ops) { in print()
47 struct nl_object_ops *obj_ops = ops->co_obj_ops; in print()
/external/libnl/include/netlink-private/
Dcache-api.h253 struct nl_object_ops * co_obj_ops; member
/external/libnl/lib/route/
Droute.c195 .co_obj_ops = &route_obj_ops,
Dcls.c437 .co_obj_ops = &cls_obj_ops,
Dclass.c492 .co_obj_ops = &class_obj_ops,
Dqdisc.c548 .co_obj_ops = &qdisc_obj_ops,
Dact.c562 .co_obj_ops = &act_obj_ops,
Dnetconf.c571 .co_obj_ops = &netconf_obj_ops,
Dneightbl.c815 .co_obj_ops = &neightbl_obj_ops,
Dneigh.c1111 .co_obj_ops = &neigh_obj_ops,
Daddr.c1197 .co_obj_ops = &addr_obj_ops,
Drule.c984 .co_obj_ops = &rule_obj_ops,
/external/libnl/lib/netfilter/
Dlog_msg.c185 .co_obj_ops = &log_msg_obj_ops,
Dqueue.c236 .co_obj_ops = &queue_obj_ops,
Dlog.c236 .co_obj_ops = &log_obj_ops,
Dqueue_msg.c297 .co_obj_ops = &queue_msg_obj_ops,
Dexp.c618 .co_obj_ops = &exp_obj_ops,
Dct.c666 .co_obj_ops = &ct_obj_ops,
/external/libnl/lib/fib_lookup/
Dlookup.c338 .co_obj_ops = &result_obj_ops,
/external/libnl/lib/genl/
Dctrl.c534 .co_obj_ops = &genl_family_ops,
/external/libnl/lib/idiag/
Didiag_msg_obj.c117 .co_obj_ops = &idiagnl_msg_obj_ops,
/external/libnl/lib/xfrm/
Dsp.c1418 .co_obj_ops = &xfrm_sp_obj_ops,

12