Searched refs:link_extra_fd (Results 1 – 1 of 1) sorted by relevance
660 int link_extra_fd = -1; in __test_link_api() local703 link_extra_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_UPROBE_MULTI, &opts); in __test_link_api()704 if (!ASSERT_GE(link_extra_fd, 0, "link_extra_fd")) in __test_link_api()718 if (link_extra_fd >= 0) in __test_link_api()719 close(link_extra_fd); in __test_link_api()