Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c137 err = bpf_map__set_pin_path(map, custpinpath); in test_pinning()
181 err = bpf_map__set_pin_path(map, nopinpath2); in test_pinning()
183 err = bpf_map__set_pin_path(map, pinpath); in test_pinning()
257 err = bpf_map__set_pin_path(map, custpinpath); in test_pinning()
H A Dtailcalls.c1170 err = bpf_map__set_pin_path(test->maps.jmp_table, JMP_TABLE); in test_tailcall_poke()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.map113 bpf_map__set_pin_path;
H A Dlibbpf.h1095 LIBBPF_API int bpf_map__set_pin_path(struct bpf_map *map, const char *path);
H A Dlibbpf.c2539 return bpf_map__set_pin_path(map, buf); in build_map_pin_path()
8881 int bpf_map__set_pin_path(struct bpf_map *map, const char *path) in bpf_map__set_pin_path() function
/linux-6.15/tools/testing/selftests/bpf/
H A Dveristat.c1177 bpf_map__set_pin_path(map, NULL); in fixup_obj()