Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map8 bpf_map__pin;
H A Dlibbpf.h1031 LIBBPF_API int bpf_map__pin(struct bpf_map *map, const char *path);
H A Dlibbpf.c5397 err = bpf_map__pin(map, NULL); in bpf_object__create_maps()
8099 int bpf_map__pin(struct bpf_map *map, const char *path) in bpf_map__pin() function
8264 err = bpf_map__pin(map, pin_path); in bpf_object__pin_maps()