Searched refs:lookup_elem_raw (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/kernel/bpf/ |
| D | hashtab.c | 128 static struct htab_elem *lookup_elem_raw(struct hlist_head *head, u32 hash, in lookup_elem_raw() function 157 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_lookup_elem() 183 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_get_next_key() 257 l_old = lookup_elem_raw(head, l_new->hash, key, key_size); in htab_map_update_elem() 318 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_delete_elem()
|