Searched defs:bpf_map_def (Results 1 – 1 of 1) sorted by relevance
139 struct bpf_map_def { struct140 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 == 0151 unsigned int gid; // gid_t152 unsigned int mode; // mode_t155 unsigned int bpfloader_min_ver; // if missing, defaults to 0, ie. v0.0[all …]