Home
last modified time | relevance | path

Searched refs:bpf_map__pin (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dpinning.c109 err = bpf_map__pin(map, NULL); in test_pinning()
114 err = bpf_map__pin(map, "/sys/fs/bpf/other"); in test_pinning()
Dtailcalls.c1156 err = bpf_map__pin(call->maps.jmp_table, JMP_TABLE); in test_tailcall_poke()
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.map8 bpf_map__pin;
Dlibbpf.h1108 LIBBPF_API int bpf_map__pin(struct bpf_map *map, const char *path);
Dlibbpf.c5468 err = bpf_map__pin(map, NULL); in bpf_object__create_maps()
8665 int bpf_map__pin(struct bpf_map *map, const char *path) in bpf_map__pin() function
8835 err = bpf_map__pin(map, pin_path); in bpf_object__pin_maps()