Home
last modified time | relevance | path

Searched refs:bpf_map__pin_path (Results 1 – 6 of 6) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dpinning.c129 if (!ASSERT_STREQ(bpf_map__pin_path(map), pinpath, "get pin path")) in test_pinning()
142 if (!ASSERT_STREQ(bpf_map__pin_path(map), custpinpath, in test_pinning()
/external/libbpf/src/
Dlibbpf.map271 bpf_map__pin_path;
Dlibbpf.h1054 LIBBPF_API const char *bpf_map__pin_path(const struct bpf_map *map);
Dlibbpf.c8716 __alias(bpf_map__pin_path)
8719 const char *bpf_map__pin_path(const struct bpf_map *map) in bpf_map__pin_path() function
/external/rust/android-crates-io/crates/libbpf-rs/src/
Dmap.rs759 let path_ptr = unsafe { libbpf_sys::bpf_map__pin_path(self.ptr.as_ptr()) }; in get_pin_path()
/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs6855 pub fn bpf_map__pin_path(map: *const bpf_map) -> *const ::std::os::raw::c_char; in bpf_map__pin_path() function