Searched defs:bpf_map (Results 1 – 2 of 2) sorted by relevance
512 struct bpf_map { struct526 struct bpf_map_def def; argument532 enum libbpf_map_type libbpf_type; argument535 struct bpf_map *inner_map; argument536 void **init_slots;537 int init_slots_sz;538 char *pin_path;539 bool pinned;540 bool reused;541 bool autocreate;[all …]
25276 struct bpf_map { struct25277 const struct bpf_map_ops *ops; argument25278 struct bpf_map *inner_map_meta; argument25280 enum bpf_map_type map_type; argument25281 u32 key_size;25282 u32 value_size;25283 u32 max_entries;25284 u64 map_extra;25285 u32 map_flags;25286 int spin_lock_off;[all …]