Home
last modified time | relevance | path

Searched defs:bpf_htab (Results 1 – 1 of 1) sorted by relevance

/kernel/bpf/
Dhashtab.c87 struct bpf_htab { struct
88 struct bpf_map map;
89 struct bpf_mem_alloc ma;
90 struct bpf_mem_alloc pcpu_ma;
91 struct bucket *buckets;
92 void *elems;
93 union {
97 struct htab_elem *__percpu *extra_elems;
101 struct percpu_counter pcount;
102 atomic_t count;
[all …]