Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map20 bpf_map__pin;
H A Dlibbpf.h478 LIBBPF_API int bpf_map__pin(struct bpf_map *map, const char *path);
H A Dlibbpf.c4343 err = bpf_map__pin(map, NULL); in bpf_object__create_maps()
7599 int bpf_map__pin(struct bpf_map *map, const char *path) in bpf_map__pin() function
7766 err = bpf_map__pin(map, pin_path); in bpf_object__pin_maps()