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.h135 struct bpf_map_def { struct
136 enum bpf_map_type type;
137 unsigned int key_size;
138 unsigned int value_size;
139 unsigned int max_entries;
140 unsigned int map_flags;
146 unsigned int uid; // uid_t
147 unsigned int gid; // gid_t
148 unsigned int mode; // mode_t
151 unsigned int bpfloader_min_ver; // if missing, defaults to 0, ie. v0.0
[all …]