Home
last modified time | relevance | path

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

/system/bpf/progs/include/
Dbpf_helpers.h101 struct bpf_map_def { struct
102 unsigned int type;
103 unsigned int key_size;
104 unsigned int value_size;
105 unsigned int max_entries;
106 unsigned int map_flags;
107 unsigned int pad1;
108 unsigned int pad2;
/system/bpf/libbpf_android/
DLoader.cpp89 struct bpf_map_def { struct
90 enum bpf_map_type type;
91 unsigned int key_size;
92 unsigned int value_size;
93 unsigned int max_entries;
94 unsigned int map_flags;
95 unsigned int inner_map_idx;
96 unsigned int numa_node;