Searched defs:bpf_map (Results 1 – 3 of 3) sorted by relevance
30 struct bpf_map { struct31 enum bpf_map_type map_type; argument38 static inline int check_bpf_map_fields(struct bpf_map *map, __u32 key_size, in check_bpf_map_fields() argument
15 struct bpf_map { struct16 int id;
544 struct bpf_map { struct558 struct bpf_map_def def; argument565 enum libbpf_map_type libbpf_type; argument568 struct bpf_map *inner_map; argument569 void **init_slots;570 int init_slots_sz;571 char *pin_path;572 bool pinned;573 bool reused;574 bool autocreate;[all …]