Home
last modified time | relevance | path

Searched refs:lookup_elem_raw (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_htab.h40 static hashtab_elem_t *lookup_elem_raw(arena_list_head_t *head, __u32 hash, int key) in lookup_elem_raw() function
63 l_old = lookup_elem_raw(head, htab_hash(key), key); in htab_lookup_elem()
76 l_old = lookup_elem_raw(head, htab_hash(key), key); in htab_update_elem()
/linux/tools/testing/selftests/bpf/progs/
H A Dhtab_update.c20 int lookup_elem_raw(void *ctx) lookup_elem_raw() function
/linux/kernel/bpf/
H A Dhashtab.c692 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() function
1221 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_map_update_elem()
1316 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_update_elem()
1383 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_map_update_elem_in_place()
1456 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_lru_percpu_map_update_elem()
1521 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_delete_elem()
1556 l = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_delete_elem()
1697 l = lookup_elem_raw(head, hash, key, key_size); in __htab_map_lookup_and_delete_elem()