Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A 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
A Dsyscall.c15 struct bpf_map { struct
16 int id;
/tools/lib/bpf/
A Dlibbpf.c545 struct bpf_map { struct
559 struct bpf_map_def def; argument
569 struct bpf_map *inner_map; argument
570 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