Home
last modified time | relevance | path

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

/frameworks/libs/net/common/native/bpf_headers/include/bpf/
Dbpf_map_def.h139 struct bpf_map_def { struct
140 enum bpf_map_type type;
141 unsigned int key_size;
142 unsigned int value_size;
143 unsigned int max_entries;
144 unsigned int map_flags;
150 unsigned int zero; // uid_t, for compat with old (buggy) bpfloader must be AID_ROOT == 0
151 unsigned int gid; // gid_t
152 unsigned int mode; // mode_t
155 unsigned int bpfloader_min_ver; // if missing, defaults to 0, ie. v0.0
[all …]