Searched defs:bpf_htab (Results 1 – 1 of 1) sorted by relevance
86 struct bpf_htab { struct87 struct bpf_map map;88 struct bpf_mem_alloc ma;89 struct bpf_mem_alloc pcpu_ma;90 struct bucket *buckets;91 void *elems;92 union {96 struct htab_elem *__percpu *extra_elems;100 struct percpu_counter pcount;101 atomic_t count;[all …]