Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_multi_test.c239 int prog_fd, link1_fd = -1, link2_fd = -1, link3_fd = -1, link4_fd = -1; in __test_link_api() local
279 link3_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_UPROBE_MULTI, &opts); in __test_link_api()
280 if (!ASSERT_GE(link3_fd, 0, "link3_fd")) in __test_link_api()
303 if (link3_fd >= 0) in __test_link_api()
304 close(link3_fd); in __test_link_api()