Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf.c517 struct bpf_map { struct
531 struct bpf_map_def def; argument
537 enum libbpf_map_type libbpf_type; argument
540 struct bpf_map *inner_map; argument
541 void **init_slots;
542 int init_slots_sz;
543 char *pin_path;
544 bool pinned;
545 bool reused;
546 bool autocreate;
[all …]