Searched defs:bpf_htab (Results 1 – 2 of 2) sorted by relevance
88 struct bpf_htab { struct89 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;[all …]
91 struct bpf_htab { struct100 __uint(map_flags, BPF_F_NO_PREALLOC); /* to test bpf_htab.count */ argument