Lines Matching refs:nl_cache_ops
34 static struct nl_cache_ops *cache_ops;
42 static struct nl_cache_ops *__nl_cache_ops_lookup(const char *name) in __nl_cache_ops_lookup()
44 struct nl_cache_ops *ops; in __nl_cache_ops_lookup()
57 void nl_cache_ops_get(struct nl_cache_ops *ops) in nl_cache_ops_get()
66 void nl_cache_ops_put(struct nl_cache_ops *ops) in nl_cache_ops_put()
80 struct nl_cache_ops *nl_cache_ops_lookup(const char *name) in nl_cache_ops_lookup()
82 struct nl_cache_ops *ops; in nl_cache_ops_lookup()
100 struct nl_cache_ops *nl_cache_ops_lookup_safe(const char *name) in nl_cache_ops_lookup_safe()
102 struct nl_cache_ops *ops; in nl_cache_ops_lookup_safe()
112 static struct nl_cache_ops *__cache_ops_associate(int protocol, int msgtype) in __cache_ops_associate()
115 struct nl_cache_ops *ops; in __cache_ops_associate()
141 struct nl_cache_ops *nl_cache_ops_associate(int protocol, int msgtype) in nl_cache_ops_associate()
143 struct nl_cache_ops *ops; in nl_cache_ops_associate()
165 struct nl_cache_ops *nl_cache_ops_associate_safe(int protocol, int msgtype) in nl_cache_ops_associate_safe()
167 struct nl_cache_ops *ops; in nl_cache_ops_associate_safe()
190 struct nl_msgtype *nl_msgtype_lookup(struct nl_cache_ops *ops, int msgtype) in nl_msgtype_lookup()
202 static struct nl_cache_ops *cache_ops_lookup_for_obj(struct nl_object_ops *obj_ops) in cache_ops_lookup_for_obj()
204 struct nl_cache_ops *ops; in cache_ops_lookup_for_obj()
219 void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *arg) in nl_cache_ops_foreach() argument
221 struct nl_cache_ops *ops; in nl_cache_ops_foreach()
237 void nl_cache_ops_set_flags(struct nl_cache_ops *ops, unsigned int flags) in nl_cache_ops_set_flags()
253 int nl_cache_mngt_register(struct nl_cache_ops *ops) in nl_cache_mngt_register()
288 int nl_cache_mngt_unregister(struct nl_cache_ops *ops) in nl_cache_mngt_unregister()
290 struct nl_cache_ops *t, **tp; in nl_cache_mngt_unregister()
335 struct nl_cache_ops *ops; in nl_cache_mngt_provide()
368 struct nl_cache_ops *ops; in nl_cache_mngt_unprovide()
386 struct nl_cache_ops *ops; in __nl_cache_mngt_require()