Home
last modified time | relevance | path

Searched refs:old_key (Results 1 – 2 of 2) sorted by relevance

/tools/lib/bpf/
Dhashmap.c144 const void **old_key, void **old_value) in hashmap__insert() argument
150 if (old_key) in hashmap__insert()
151 *old_key = NULL; in hashmap__insert()
158 if (old_key) in hashmap__insert()
159 *old_key = entry->key; in hashmap__insert()
209 const void **old_key, void **old_value) in hashmap__delete() argument
218 if (old_key) in hashmap__delete()
219 *old_key = entry->key; in hashmap__delete()
Dhashmap.h97 const void **old_key, void **old_value);
107 const void **old_key, void **old_value) in hashmap__set() argument
110 old_key, old_value); in hashmap__set()
115 const void **old_key, void **old_value) in hashmap__update() argument
118 old_key, old_value); in hashmap__update()
128 const void **old_key, void **old_value);