Searched defs:bpf_map_def (Results 1 – 1 of 1) sorted by relevance
160 struct bpf_map_def { struct161 enum bpf_map_type type;162 unsigned int key_size;163 unsigned int value_size;164 unsigned int max_entries;165 unsigned int map_flags;171 unsigned int zero; // uid_t, for compat with old (buggy) bpfloader must be AID_ROOT == 0172 unsigned int gid; // gid_t173 unsigned int mode; // mode_t176 unsigned int bpfloader_min_ver; // if missing, defaults to 0, ie. v0.0[all …]