Searched refs:htab_elem (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dhashtab.c97 struct htab_elem *__percpu *extra_elems;
111 /* each htab element is struct htab_elem + key + value */
112 struct htab_elem { struct
119 struct htab_elem *batch_flink;
198 static inline void htab_elem_set_ptr(struct htab_elem *l, u32 key_size,
204 static inline void __percpu *htab_elem_get_ptr(struct htab_elem *l, u32 key_size)
209 static void *fd_htab_map_get_ptr(const struct bpf_map *map, struct htab_elem *l)
214 static struct htab_elem *get_htab_elem(struct bpf_htab *htab, int i)
216 return (struct htab_elem *) (htab->elems + i * (u64)htab->elem_size);
235 struct htab_elem *ele
[all...]

Completed in 283 milliseconds