Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dpinning.c133 err = bpf_map__set_pin_path(map, custpinpath); in test_pinning()
172 err = bpf_map__set_pin_path(map, nopinpath2); in test_pinning()
174 err = bpf_map__set_pin_path(map, pinpath); in test_pinning()
248 err = bpf_map__set_pin_path(map, custpinpath); in test_pinning()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.map199 bpf_map__set_pin_path;
Dlibbpf.h475 LIBBPF_API int bpf_map__set_pin_path(struct bpf_map *map, const char *path);
Dlibbpf.c1974 return bpf_map__set_pin_path(map, buf); in build_map_pin_path()
7627 int bpf_map__set_pin_path(struct bpf_map *map, const char *path) in bpf_map__set_pin_path() function