• Home
  • Raw
  • Download

Lines Matching refs:nl_object

79 int nl_cache_nitems_filter(struct nl_cache *cache, struct nl_object *filter)  in nl_cache_nitems_filter()
81 struct nl_object *obj; in nl_cache_nitems_filter()
120 struct nl_object *nl_cache_get_first(struct nl_cache *cache) in nl_cache_get_first()
126 struct nl_object, ce_list); in nl_cache_get_first()
133 struct nl_object *nl_cache_get_last(struct nl_cache *cache) in nl_cache_get_last()
139 struct nl_object, ce_list); in nl_cache_get_last()
146 struct nl_object *nl_cache_get_next(struct nl_object *obj) in nl_cache_get_next()
152 struct nl_object, ce_list); in nl_cache_get_next()
159 struct nl_object *nl_cache_get_prev(struct nl_object *obj) in nl_cache_get_prev()
165 struct nl_object, ce_list); in nl_cache_get_prev()
299 struct nl_object *filter) in nl_cache_subset()
302 struct nl_object *obj; in nl_cache_subset()
342 struct nl_object *obj; in nl_cache_clone()
369 struct nl_object *obj, *tmp; in nl_cache_clear()
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()
482 struct nl_object *new; in nl_cache_add()
524 int nl_cache_move(struct nl_cache *cache, struct nl_object *obj) in nl_cache_move()
552 void nl_cache_remove(struct nl_object *obj) in nl_cache_remove()
714 static int pickup_checkdup_cb(struct nl_object *c, struct nl_parser_param *p) in pickup_checkdup_cb()
717 struct nl_object *old; in pickup_checkdup_cb()
733 static int pickup_cb(struct nl_object *c, struct nl_parser_param *p) in pickup_cb()
787 static int cache_include(struct nl_cache *cache, struct nl_object *obj, in cache_include()
791 struct nl_object *old; in cache_include()
792 struct nl_object *clone = NULL; 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()
902 static int resync_cb(struct nl_object *c, struct nl_parser_param *p) in resync_cb()
917 struct nl_object *obj, *next; in nl_cache_resync()
1085 static struct nl_object *__cache_fast_lookup(struct nl_cache *cache, in __cache_fast_lookup()
1086 struct nl_object *needle) in __cache_fast_lookup()
1088 struct nl_object *obj; in __cache_fast_lookup()
1114 struct nl_object *nl_cache_search(struct nl_cache *cache, in nl_cache_search()
1115 struct nl_object *needle) in nl_cache_search()
1117 struct nl_object *obj; in nl_cache_search()
1149 struct nl_object *nl_cache_find(struct nl_cache *cache, in nl_cache_find()
1150 struct nl_object *filter) in nl_cache_find()
1152 struct nl_object *obj; in nl_cache_find()
1180 struct nl_object *obj; in nl_cache_mark_all()
1219 struct nl_object *filter) in nl_cache_dump_filter()
1223 struct nl_object *obj; in nl_cache_dump_filter()
1267 void (*cb)(struct nl_object *, void *), void *arg) in nl_cache_foreach() argument
1283 void nl_cache_foreach_filter(struct nl_cache *cache, struct nl_object *filter, in nl_cache_foreach_filter()
1284 void (*cb)(struct nl_object *, void *), void *arg) in nl_cache_foreach_filter() argument
1286 struct nl_object *obj, *tmp; in nl_cache_foreach_filter()