Lines Matching refs:nl_cache_ops
51 extern struct nl_cache_ops * nl_cache_get_ops(struct nl_cache *);
57 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *);
58 extern int nl_cache_alloc_and_fill(struct nl_cache_ops *,
131 extern struct nl_cache_ops * nl_cache_ops_lookup(const char *);
132 extern struct nl_cache_ops * nl_cache_ops_lookup_safe(const char *);
133 extern struct nl_cache_ops * nl_cache_ops_associate(int, int);
134 extern struct nl_cache_ops * nl_cache_ops_associate_safe(int, int);
135 extern struct nl_msgtype * nl_msgtype_lookup(struct nl_cache_ops *, int);
136 extern void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *);
137 extern int nl_cache_mngt_register(struct nl_cache_ops *);
138 extern int nl_cache_mngt_unregister(struct nl_cache_ops *);
174 extern void nl_cache_ops_get(struct nl_cache_ops *);
175 extern void nl_cache_ops_put(struct nl_cache_ops *);
176 extern void nl_cache_ops_set_flags(struct nl_cache_ops *,