Lines Matching defs:cache

69 int nl_cache_nitems(struct nl_cache *cache)  in nl_cache_nitems()
79 int nl_cache_nitems_filter(struct nl_cache *cache, struct nl_object *filter) in nl_cache_nitems_filter()
102 int nl_cache_is_empty(struct nl_cache *cache) in nl_cache_is_empty()
111 struct nl_cache_ops *nl_cache_get_ops(struct nl_cache *cache) in nl_cache_get_ops()
120 struct nl_object *nl_cache_get_first(struct nl_cache *cache) in nl_cache_get_first()
133 struct nl_object *nl_cache_get_last(struct nl_cache *cache) in nl_cache_get_last()
186 struct nl_cache *cache; in nl_cache_alloc() local
237 struct nl_cache *cache; in nl_cache_alloc_and_fill() local
268 struct nl_cache *cache; in nl_cache_alloc_name() local
301 struct nl_cache *cache; in nl_cache_subset() local
338 struct nl_cache *nl_cache_clone(struct nl_cache *cache) in nl_cache_clone()
367 void nl_cache_clear(struct nl_cache *cache) in nl_cache_clear()
377 static void __nl_cache_free(struct nl_cache *cache) in __nl_cache_free()
392 void nl_cache_get(struct nl_cache *cache) in nl_cache_get()
409 void nl_cache_free(struct nl_cache *cache) in nl_cache_free()
423 void nl_cache_put(struct nl_cache *cache) in nl_cache_put()
435 static int __cache_add(struct nl_cache *cache, struct nl_object *obj) in __cache_add()
480 int nl_cache_add(struct nl_cache *cache, struct nl_object *obj) in nl_cache_add()
524 int nl_cache_move(struct nl_cache *cache, struct nl_object *obj) in nl_cache_move()
555 struct nl_cache *cache = obj->ce_cache; in nl_cache_remove() local
591 void nl_cache_set_arg1(struct nl_cache *cache, int arg) in nl_cache_set_arg1()
604 void nl_cache_set_arg2(struct nl_cache *cache, int arg) in nl_cache_set_arg2()
614 void nl_cache_set_flags(struct nl_cache *cache, unsigned int flags) in nl_cache_set_flags()
646 struct nl_cache *cache) in nl_cache_request_full_dump()
685 static int __cache_pickup(struct nl_sock *sk, struct nl_cache *cache, in __cache_pickup()
716 struct nl_cache *cache = (struct nl_cache *)p->pp_arg; in pickup_checkdup_cb() local
735 struct nl_cache *cache = p->pp_arg; in pickup_cb() local
740 static int __nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache, in __nl_cache_pickup()
767 int nl_cache_pickup_checkdup(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_pickup_checkdup()
782 int nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_pickup()
787 static int cache_include(struct nl_cache *cache, struct nl_object *obj, in cache_include()
862 int nl_cache_include(struct nl_cache *cache, struct nl_object *obj, in nl_cache_include()
882 int nl_cache_include_v2(struct nl_cache *cache, struct nl_object *obj, in nl_cache_include_v2()
914 int nl_cache_resync(struct nl_sock *sk, struct nl_cache *cache, in nl_cache_resync()
1021 int nl_cache_parse_and_add(struct nl_cache *cache, struct nl_msg *msg) in nl_cache_parse_and_add()
1041 int nl_cache_refill(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_refill()
1085 static struct nl_object *__cache_fast_lookup(struct nl_cache *cache, in __cache_fast_lookup()
1114 struct nl_object *nl_cache_search(struct nl_cache *cache, in nl_cache_search()
1149 struct nl_object *nl_cache_find(struct nl_cache *cache, in nl_cache_find()
1178 void nl_cache_mark_all(struct nl_cache *cache) in nl_cache_mark_all()
1203 void nl_cache_dump(struct nl_cache *cache, struct nl_dump_params *params) in nl_cache_dump()
1217 void nl_cache_dump_filter(struct nl_cache *cache, in nl_cache_dump_filter()
1283 void nl_cache_foreach(struct nl_cache *cache, in nl_cache_foreach()
1300 void nl_cache_foreach_filter(struct nl_cache *cache, struct nl_object *filter, in nl_cache_foreach_filter()