Searched refs:lookup_elem_raw (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | hashtab.c | 534 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() function 1003 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_map_update_elem() 1082 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_update_elem() 1136 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_percpu_map_update_elem() 1199 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_lru_percpu_map_update_elem() 1259 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_delete_elem() 1291 l = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_delete_elem()
|