Home | History | Annotate | Download | only in lib

Lines Matching refs:nl_cache

58 int nl_cache_nitems(struct nl_cache *cache)
68 int nl_cache_nitems_filter(struct nl_cache *cache, struct nl_object *filter)
94 int nl_cache_is_empty(struct nl_cache *cache)
103 struct nl_cache_ops *nl_cache_get_ops(struct nl_cache *cache)
112 struct nl_object *nl_cache_get_first(struct nl_cache *cache)
125 struct nl_object *nl_cache_get_last(struct nl_cache *cache)
173 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops)
175 struct nl_cache *cache;
190 struct nl_cache **result)
192 struct nl_cache *cache;
212 int nl_cache_alloc_name(const char *kind, struct nl_cache **result)
215 struct nl_cache *cache;
234 struct nl_cache *nl_cache_subset(struct nl_cache *orig,
237 struct nl_cache *cache;
266 void nl_cache_clear(struct nl_cache *cache)
284 void nl_cache_free(struct nl_cache *cache)
301 static int __cache_add(struct nl_cache *cache, struct nl_object *obj)
324 int nl_cache_add(struct nl_cache *cache, struct nl_object *obj)
353 int nl_cache_move(struct nl_cache *cache, struct nl_object *obj)
380 struct nl_cache *cache = obj->ce_cache;
405 struct nl_object *nl_cache_search(struct nl_cache *cache,
439 int nl_cache_request_full_dump(struct nl_sock *sk, struct nl_cache *cache)
464 int __cache_pickup(struct nl_sock *sk, struct nl_cache *cache,
496 return nl_cache_add((struct nl_cache *) p->pp_arg, c);
509 int nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache)
519 static int cache_include(struct nl_cache *cache, struct nl_object *obj,
557 int nl_cache_include(struct nl_cache *cache, struct nl_object *obj,
581 int nl_cache_resync(struct nl_sock *sk, struct nl_cache *cache,
667 int nl_cache_parse_and_add(struct nl_cache *cache, struct nl_msg *msg)
687 int nl_cache_refill(struct nl_sock *sk, struct nl_cache *cache)
713 void nl_cache_mark_all(struct nl_cache *cache)
738 void nl_cache_dump(struct nl_cache *cache, struct nl_dump_params *params)
752 void nl_cache_dump_filter(struct nl_cache *cache,
798 void nl_cache_foreach(struct nl_cache *cache,
815 void nl_cache_foreach_filter(struct nl_cache *cache, struct nl_object *filter,