Lines Matching defs:bpf_htab
88 struct bpf_htab { struct
89 struct bpf_map map;
90 struct bpf_mem_alloc ma;
91 struct bpf_mem_alloc pcpu_ma;
92 struct bucket *buckets;
93 void *elems;
94 union {
98 struct htab_elem *__percpu *extra_elems;
102 struct percpu_counter pcount;
103 atomic_t count;
104 bool use_percpu_counter;
105 u32 n_buckets; /* number of hash buckets */
106 u32 elem_size; /* size of each element in bytes */
107 u32 hashrnd;