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