Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_func_ip_test.c69 struct bpf_link *link6 = NULL; in test_function_body_kprobe() local
87 link6 = bpf_program__attach_kprobe_opts(skel->progs.test6, "bpf_fentry_test6", &kopts); in test_function_body_kprobe()
88 if (!ASSERT_OK_PTR(link6, "link6")) in test_function_body_kprobe()
99 bpf_link__destroy(link6); in test_function_body_kprobe()