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;
545 struct bpf_map { struct559 struct bpf_map_def def; argument569 struct bpf_map *inner_map; argument570 void **init_slots;571 int init_slots_sz;572 char *pin_path;573 bool pinned;574 bool reused;575 bool autocreate;576 bool autoattach;[all …]
Completed in 27 milliseconds