Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h14360 struct bpf_map { struct
14361 const struct bpf_map_ops *ops; argument
14362 struct bpf_map *inner_map_meta; argument
14364 enum bpf_map_type map_type; argument
14365 u32 key_size;
14366 u32 value_size;
14367 u32 max_entries;
14368 u64 map_extra;
14369 u32 map_flags;
14370 u32 id;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h27916 struct bpf_map { struct
27917 const struct bpf_map_ops *ops; argument
27918 struct bpf_map *inner_map_meta; argument
27920 enum bpf_map_type map_type; argument
27921 u32 key_size;
27922 u32 value_size;
27923 u32 max_entries;
27924 u64 map_extra;
27925 u32 map_flags;
27926 u32 id;
[all …]