Home
last modified time | relevance | path

Searched refs:ca_cache (Results 1 – 3 of 3) sorted by relevance

/external/libnl/lib/
Dcache_mngr.c48 struct nl_cache_ops *ops = ca->ca_cache->c_ops; in include_cb()
50 NL_DBG(2, "Including object %p into cache %p\n", obj, ca->ca_cache); in include_cb()
57 if (ops->co_event_filter(ca->ca_cache, obj) != NL_OK) in include_cb()
61 return ops->co_include_event(ca->ca_cache, obj, ca->ca_change, in include_cb()
64 return nl_cache_include(ca->ca_cache, obj, ca->ca_change, ca->ca_change_data); in include_cb()
89 if (mngr->cm_assocs[i].ca_cache) { in event_input()
90 ops = mngr->cm_assocs[i].ca_cache->c_ops; in event_input()
101 msg, mngr->cm_assocs[i].ca_cache); in event_input()
239 if (mngr->cm_assocs[i].ca_cache && in nl_cache_mngr_add_cache()
240 mngr->cm_assocs[i].ca_cache->c_ops == ops) in nl_cache_mngr_add_cache()
[all …]
Dcache.c830 return nl_cache_include(ca->ca_cache, c, ca->ca_change, ca->ca_change_data); in resync_cb()
839 .ca_cache = cache, in nl_cache_resync()
/external/libnl/include/netlink-private/
Dtypes.h96 struct nl_cache * ca_cache; member