Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c124 err = bpf_object__pin_maps(obj, NULL); in test_pinning()
147 err = bpf_object__pin_maps(obj, NULL); in test_pinning()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map31 bpf_object__pin_maps;
H A Dlibbpf.h249 LIBBPF_API int bpf_object__pin_maps(struct bpf_object *obj, const char *path);
H A Dlibbpf.c8234 int bpf_object__pin_maps(struct bpf_object *obj, const char *path) in bpf_object__pin_maps() function
8376 err = bpf_object__pin_maps(obj, path); in bpf_object__pin()
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c1823 err = bpf_object__pin_maps(obj, pinmaps); in load_with_options()