Home
last modified time | relevance | path

Searched refs:co_next (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/
Dcache_mngt.c46 for (ops = cache_ops; ops; ops = ops->co_next) in __nl_cache_ops_lookup()
117 for (ops = cache_ops; ops; ops = ops->co_next) { in __cache_ops_associate()
206 for (ops = cache_ops; ops; ops = ops->co_next) in cache_ops_lookup_for_obj()
224 for (ops = cache_ops; ops; ops = ops->co_next) in nl_cache_ops_foreach()
268 ops->co_next = cache_ops; in nl_cache_mngt_register()
300 for (tp = &cache_ops; (t=*tp) != NULL; tp = &t->co_next) in nl_cache_mngt_unregister()
311 *tp = t->co_next; in nl_cache_mngt_unregister()
/external/libnl/include/netlink-private/
Dcache-api.h256 struct nl_cache_ops *co_next; member