Lines Matching +defs:cache +defs:name
41 struct nl_cache_ops *__nl_cache_ops_lookup(const char *name) in __nl_cache_ops_lookup()
79 struct nl_cache_ops *nl_cache_ops_lookup(const char *name) in nl_cache_ops_lookup()
99 struct nl_cache_ops *nl_cache_ops_lookup_safe(const char *name) in nl_cache_ops_lookup_safe()
329 void nl_cache_mngt_provide(struct nl_cache *cache) in nl_cache_mngt_provide()
362 void nl_cache_mngt_unprovide(struct nl_cache *cache) in nl_cache_mngt_unprovide()
380 struct nl_cache *__nl_cache_mngt_require(const char *name) in __nl_cache_mngt_require()
383 struct nl_cache *cache = NULL; in __nl_cache_mngt_require() local
405 struct nl_cache *nl_cache_mngt_require(const char *name) in nl_cache_mngt_require()
407 struct nl_cache *cache; in nl_cache_mngt_require() local
427 struct nl_cache *nl_cache_mngt_require_safe(const char *name) in nl_cache_mngt_require_safe()
429 struct nl_cache *cache; in nl_cache_mngt_require_safe() local