Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c109 err = bpf_map__pin(map, NULL); in test_pinning()
114 err = bpf_map__pin(map, "/sys/fs/bpf/other"); in test_pinning()
H A Dtailcalls.c1157 err = bpf_map__pin(call->maps.jmp_table, JMP_TABLE); in test_tailcall_poke()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.map8 bpf_map__pin;
H A Dlibbpf.h1125 LIBBPF_API int bpf_map__pin(struct bpf_map *map, const char *path);
H A Dlibbpf.c5532 err = bpf_map__pin(map, NULL); in bpf_object__create_maps()
8781 int bpf_map__pin(struct bpf_map *map, const char *path) in bpf_map__pin() function
8949 err = bpf_map__pin(map, pin_path); in bpf_object__pin_maps()