Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/verifier/
Dd_path.c17 .kfunc = "dentry_open",
36 .kfunc = "d_path",
Dbtf_ctx_access.c11 .kfunc = "bpf_modify_return_test",
Datomic_fetch_add.c103 .kfunc = "bpf_fentry_test7",
Dbpf_get_stack.c84 .kfunc = "task",
/linux-5.19.10/tools/testing/selftests/bpf/
Dtest_verifier.c74 const char *kfunc; member
137 const char *kfunc; member
1003 if (fixup_kfunc_btf_id->kfunc) { in do_test_fixup()
1012 fixup_kfunc_btf_id->kfunc, in do_test_fixup()
1019 } while (fixup_kfunc_btf_id->kfunc); in do_test_fixup()
1185 if (prog_type == BPF_PROG_TYPE_TRACING && test->kfunc) { in do_test_single()
1188 attach_btf_id = libbpf_find_vmlinux_btf_id(test->kfunc, in do_test_single()
1192 test->kfunc); in do_test_single()
/linux-5.19.10/Documentation/bpf/
Dbpf_licensing.rst85 directly via unstable interface also known as "kfunc".