Home
last modified time | relevance | path

Searched defs:bpf_map (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c30 struct bpf_map { struct
31 enum bpf_map_type map_type; argument
38 static inline int check_bpf_map_fields(struct bpf_map *map, __u32 key_size, in check_bpf_map_fields() argument
Dsyscall.c15 struct bpf_map { struct
16 int id;
/tools/lib/bpf/
Dlibbpf.c544 struct bpf_map { struct
558 struct bpf_map_def def; argument
565 enum libbpf_map_type libbpf_type; argument
568 struct bpf_map *inner_map; argument
569 void **init_slots;
570 int init_slots_sz;
571 char *pin_path;
572 bool pinned;
573 bool reused;
574 bool autocreate;
[all …]