Home
last modified time | relevance | path

Searched refs:bpf_map__set_pin_path (Results 1 – 3 of 3) sorted by relevance

/third_party/libbpf/src/
Dlibbpf.map113 bpf_map__set_pin_path;
Dlibbpf.h826 LIBBPF_API int bpf_map__set_pin_path(struct bpf_map *map, const char *path);
Dlibbpf.c2273 return bpf_map__set_pin_path(map, buf);
8339 int bpf_map__set_pin_path(struct bpf_map *map, const char *path) function