Searched refs:retlink1 (Results 1 – 1 of 1) sorted by relevance
26 struct bpf_link *retlink1 = NULL, *retlink2 = NULL; in kprobe_subtest() local46 retlink1 = bpf_program__attach_kprobe_opts(skel->progs.handle_kretprobe, in kprobe_subtest()48 if (!ASSERT_OK_PTR(retlink1, "retlink1")) in kprobe_subtest()67 bpf_link__destroy(retlink1); in kprobe_subtest()322 struct bpf_link *retlink1 = NULL, *retlink2 = NULL; in uprobe_subtest() local347 retlink1 = bpf_program__attach_uprobe_opts(skel->progs.handle_uretprobe, -1 /* any pid */, in uprobe_subtest()349 if (!ASSERT_OK_PTR(retlink1, "retlink1")) in uprobe_subtest()368 bpf_link__destroy(retlink1); in uprobe_subtest()