Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map272 bpf_map__pin_path;
H A Dlibbpf.h1009 LIBBPF_API const char *bpf_map__pin_path(const struct bpf_map *map);
H A Dlibbpf.c8211 __alias(bpf_map__pin_path)
8214 const char *bpf_map__pin_path(const struct bpf_map *map) in bpf_map__pin_path() function