Searched refs:bpf_link__pin_path (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlink_pinning.c32 CHECK(strcmp(link_pin_path, bpf_link__pin_path(link)), "pin_path1",
33 "exp %s, got %s\n", link_pin_path, bpf_link__pin_path(link));
57 CHECK(strcmp(link_pin_path, bpf_link__pin_path(link)), "pin_path2",
58 "exp %s, got %s\n", link_pin_path, bpf_link__pin_path(link));
/linux-master/tools/lib/bpf/
H A Dlibbpf.h419 LIBBPF_API const char *bpf_link__pin_path(const struct bpf_link *link);
H A Dlibbpf.c10466 const char *bpf_link__pin_path(const struct bpf_link *link) function

Completed in 110 milliseconds