Home
last modified time | relevance | path

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

/kernel/bpf/
Dhashtab.c619 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() function
1120 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_map_update_elem()
1211 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_update_elem()
1269 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_percpu_map_update_elem()
1335 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_lru_percpu_map_update_elem()
1399 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_delete_elem()
1435 l = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_delete_elem()
1583 l = lookup_elem_raw(head, hash, key, key_size); in __htab_map_lookup_and_delete_elem()