Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhashtab.c96 struct htab_elem *__percpu *extra_elems;
109 struct htab_elem { struct
116 struct htab_elem *batch_flink; argument
186 static inline void *htab_elem_value(struct htab_elem *l, u32 key_size) in htab_elem_value()
191 static inline void htab_elem_set_ptr(struct htab_elem *l, u32 key_size, in htab_elem_set_ptr()
197 static inline void __percpu *htab_elem_get_ptr(struct htab_elem *l, u32 key_size) in htab_elem_get_ptr()
202 static void *fd_htab_map_get_ptr(const struct bpf_map *map, struct htab_elem *l) in fd_htab_map_get_ptr()
207 static struct htab_elem *get_htab_elem(struct bpf_htab *htab, int i) in get_htab_elem()
209 return (struct htab_elem *) (htab->elems + i * (u64)htab->elem_size); in get_htab_elem()
230 struct htab_elem *elem; in htab_free_prealloced_internal_structs()
[all …]