Home
last modified time | relevance | path

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

/Linux-v6.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()
/Linux-v6.1/tools/lib/bpf/
Dlibbpf.map8 bpf_map__pin;
Dlibbpf.h829 LIBBPF_API int bpf_map__pin(struct bpf_map *map, const char *path);
Dlibbpf.c5250 err = bpf_map__pin(map, NULL); in bpf_object__create_maps()
7826 int bpf_map__pin(struct bpf_map *map, const char *path) in bpf_map__pin() function
7991 err = bpf_map__pin(map, pin_path); in bpf_object__pin_maps()