Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache_mngt.c33 static struct nl_cache_ops *cache_ops; variable
45 for (ops = cache_ops; ops; ops = ops->co_next) in __nl_cache_ops_lookup()
116 for (ops = cache_ops; ops; ops = ops->co_next) { in __cache_ops_associate()
205 for (ops = cache_ops; ops; ops = ops->co_next) in cache_ops_lookup_for_obj()
223 for (ops = cache_ops; ops; ops = ops->co_next) in nl_cache_ops_foreach()
264 ops->co_next = cache_ops; in nl_cache_mngt_register()
265 cache_ops = ops; in nl_cache_mngt_register()
296 for (tp = &cache_ops; (t=*tp) != NULL; tp = &t->co_next) in nl_cache_mngt_unregister()
/external/libnl/lib/genl/
Dmngt.c48 struct genl_ops *ops, struct nl_cache_ops *cache_ops, void *arg) in cmd_msg_parser() argument
78 err = cmd->c_msg_parser(cache_ops, cmd, &info, arg); in cmd_msg_parser()