Searched refs:bpf_map__set_pin_path (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c137 err = bpf_map__set_pin_path(map, custpinpath);
181 err = bpf_map__set_pin_path(map, nopinpath2);
183 err = bpf_map__set_pin_path(map, pinpath);
257 err = bpf_map__set_pin_path(map, custpinpath);
H A Dtailcalls.c1166 err = bpf_map__set_pin_path(test->maps.jmp_table, JMP_TABLE);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h1029 * @brief **bpf_map__set_pin_path()** sets the path attribute that tells where the
1035 LIBBPF_API int bpf_map__set_pin_path(struct bpf_map *map, const char *path);
H A Dlibbpf.c2430 return bpf_map__set_pin_path(map, buf);
8653 int bpf_map__set_pin_path(struct bpf_map *map, const char *path) function
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c914 bpf_map__set_pin_path(map, NULL);

Completed in 242 milliseconds