Searched defs:bpf_map (Results 1 – 1 of 1) sorted by relevance
517 struct bpf_map { struct531 struct bpf_map_def def; argument537 enum libbpf_map_type libbpf_type; argument540 struct bpf_map *inner_map; argument541 void **init_slots;542 int init_slots_sz;543 char *pin_path;544 bool pinned;545 bool reused;546 bool autocreate;[all …]