Searched refs:alloc_htab_elem (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/kernel/bpf/ |
D | hashtab.c | 971 static struct htab_elem *alloc_htab_elem(struct bpf_htab *htab, void *key, in alloc_htab_elem() function 1139 l_new = alloc_htab_elem(htab, key, value, key_size, hash, false, false, in htab_map_update_elem() 1278 l_new = alloc_htab_elem(htab, key, value, key_size, in __htab_percpu_map_update_elem()
|