Searched refs:link6 (Results 1 – 1 of 1) sorted by relevance
52 struct bpf_link *link6 = NULL; in test_function_body() local67 link6 = bpf_program__attach_kprobe_opts(skel->progs.test6, "bpf_fentry_test6", &kopts); in test_function_body()68 if (!ASSERT_OK_PTR(link6, "link6")) in test_function_body()79 bpf_link__destroy(link6); in test_function_body()
Completed in 2 milliseconds