Searched refs:bpf_object__pin_maps (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c124 err = bpf_object__pin_maps(obj, NULL);
147 err = bpf_object__pin_maps(obj, NULL);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h258 * @brief **bpf_object__pin_maps()** pins each map contained within
268 LIBBPF_API int bpf_object__pin_maps(struct bpf_object *obj, const char *path);
H A Dlibbpf.c8691 int bpf_object__pin_maps(struct bpf_object *obj, const char *path) function
8833 err = bpf_object__pin_maps(obj, path);
/linux-master/tools/bpf/bpftool/
H A Dprog.c1813 err = bpf_object__pin_maps(obj, pinmaps);

Completed in 171 milliseconds