Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_multi_test.c249 int link_extra_fd = -1; in __test_link_api() local
292 link_extra_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_UPROBE_MULTI, &opts); in __test_link_api()
293 if (!ASSERT_GE(link_extra_fd, 0, "link_extra_fd")) in __test_link_api()
307 if (link_extra_fd >= 0) in __test_link_api()
308 close(link_extra_fd); in __test_link_api()