Searched refs:lookup_elem_raw (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/kernel/bpf/ |
D | hashtab.c | 108 static struct htab_elem *lookup_elem_raw(struct hlist_head *head, u32 hash, in lookup_elem_raw() function 137 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_lookup_elem() 163 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_get_next_key() 237 l_old = lookup_elem_raw(head, l_new->hash, key, key_size); in htab_map_update_elem() 298 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_delete_elem()
|