Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h33781 struct bpf_htab { struct
33782 struct bpf_map map;
33783 struct bpf_mem_alloc ma;
33784 struct bpf_mem_alloc pcpu_ma;
33785 struct bucket *buckets;
33786 void *elems;
33791 union {
33795 struct htab_elem * __attribute__((btf_type_tag("percpu"))) *extra_elems;
33796 struct percpu_counter pcount;
33797 atomic_t count;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h43443 struct bpf_htab { struct
43444 struct bpf_map map;
43445 struct bpf_mem_alloc ma;
43446 struct bpf_mem_alloc pcpu_ma;
43447 struct bucket *buckets;
43448 void *elems;
43453 union {
43457 struct htab_elem * __attribute__((btf_type_tag("percpu"))) *extra_elems;
43458 struct percpu_counter pcount;
43459 atomic_t count;
[all …]