Lines Matching defs:cache
63 int nl_cache_nitems(struct nl_cache *cache) in nl_cache_nitems()
73 int nl_cache_nitems_filter(struct nl_cache *cache, struct nl_object *filter) in nl_cache_nitems_filter()
96 int nl_cache_is_empty(struct nl_cache *cache) in nl_cache_is_empty()
105 struct nl_cache_ops *nl_cache_get_ops(struct nl_cache *cache) in nl_cache_get_ops()
114 struct nl_object *nl_cache_get_first(struct nl_cache *cache) in nl_cache_get_first()
127 struct nl_object *nl_cache_get_last(struct nl_cache *cache) in nl_cache_get_last()
180 struct nl_cache *cache; in nl_cache_alloc() local
231 struct nl_cache *cache; in nl_cache_alloc_and_fill() local
262 struct nl_cache *cache; in nl_cache_alloc_name() local
295 struct nl_cache *cache; in nl_cache_subset() local
332 struct nl_cache *nl_cache_clone(struct nl_cache *cache) in nl_cache_clone()
361 void nl_cache_clear(struct nl_cache *cache) in nl_cache_clear()
371 static void __nl_cache_free(struct nl_cache *cache) in __nl_cache_free()
386 void nl_cache_get(struct nl_cache *cache) in nl_cache_get()
403 void nl_cache_free(struct nl_cache *cache) in nl_cache_free()
417 void nl_cache_put(struct nl_cache *cache) in nl_cache_put()
429 static int __cache_add(struct nl_cache *cache, struct nl_object *obj) in __cache_add()
474 int nl_cache_add(struct nl_cache *cache, struct nl_object *obj) in nl_cache_add()
518 int nl_cache_move(struct nl_cache *cache, struct nl_object *obj) in nl_cache_move()
549 struct nl_cache *cache = obj->ce_cache; in nl_cache_remove() local
585 void nl_cache_set_arg1(struct nl_cache *cache, int arg) in nl_cache_set_arg1()
598 void nl_cache_set_arg2(struct nl_cache *cache, int arg) in nl_cache_set_arg2()
608 void nl_cache_set_flags(struct nl_cache *cache, unsigned int flags) in nl_cache_set_flags()
640 struct nl_cache *cache) in nl_cache_request_full_dump()
679 static int __cache_pickup(struct nl_sock *sk, struct nl_cache *cache, in __cache_pickup()
710 struct nl_cache *cache = (struct nl_cache *)p->pp_arg; in pickup_checkdup_cb() local
729 struct nl_cache *cache = p->pp_arg; in pickup_cb() local
734 static int __nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache, in __nl_cache_pickup()
761 int nl_cache_pickup_checkdup(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_pickup_checkdup()
776 int nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_pickup()
781 static int cache_include(struct nl_cache *cache, struct nl_object *obj, in cache_include()
856 int nl_cache_include(struct nl_cache *cache, struct nl_object *obj, in nl_cache_include()
876 int nl_cache_include_v2(struct nl_cache *cache, struct nl_object *obj, in nl_cache_include_v2()
908 int nl_cache_resync(struct nl_sock *sk, struct nl_cache *cache, in nl_cache_resync()
1015 int nl_cache_parse_and_add(struct nl_cache *cache, struct nl_msg *msg) in nl_cache_parse_and_add()
1035 int nl_cache_refill(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_refill()
1079 static struct nl_object *__cache_fast_lookup(struct nl_cache *cache, in __cache_fast_lookup()
1108 struct nl_object *nl_cache_search(struct nl_cache *cache, in nl_cache_search()
1143 struct nl_object *nl_cache_find(struct nl_cache *cache, in nl_cache_find()
1172 void nl_cache_mark_all(struct nl_cache *cache) in nl_cache_mark_all()
1197 void nl_cache_dump(struct nl_cache *cache, struct nl_dump_params *params) in nl_cache_dump()
1211 void nl_cache_dump_filter(struct nl_cache *cache, in nl_cache_dump_filter()
1277 void nl_cache_foreach(struct nl_cache *cache, in nl_cache_foreach()
1294 void nl_cache_foreach_filter(struct nl_cache *cache, struct nl_object *filter, in nl_cache_foreach_filter()