Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.map33 bpf_object__unpin_maps;
H A Dlibbpf.h284 LIBBPF_API int bpf_object__unpin_maps(struct bpf_object *obj,
H A Dlibbpf.c8853 int bpf_object__unpin_maps(struct bpf_object *obj, const char *path) in bpf_object__unpin_maps() function
8953 bpf_object__unpin_maps(obj, path); in bpf_object__pin()
8968 err = bpf_object__unpin_maps(obj, path); in bpf_object__unpin()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c119 err = bpf_object__unpin_maps(obj, NULL); in test_pinning()