Searched defs:bpf_htab (Results 1 – 2 of 2) sorted by relevance
85 struct bpf_htab { struct86 struct bpf_map map;87 struct bpf_mem_alloc ma;88 struct bpf_mem_alloc pcpu_ma;89 struct bucket *buckets;90 void *elems;91 union {95 struct htab_elem *__percpu *extra_elems;99 struct percpu_counter pcount;100 atomic_t count;[all …]
91 struct bpf_htab { struct100 __uint(map_flags, BPF_F_NO_PREALLOC); /* to test bpf_htab.count */ argument