Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dget_func_ip_test.c52 struct bpf_link *link6 = NULL; in test_function_body() local
67 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