Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dkfunc_dynptr_param.c20 static bool kfunc_not_supported; variable
31 kfunc_not_supported = true; in libbpf_print_cb()
45 kfunc_not_supported = false; in has_pkcs7_kfunc_support()
51 if (err < 0 && kfunc_not_supported) { in has_pkcs7_kfunc_support()
Dlookup_key.c17 static bool kfunc_not_supported; variable
33 kfunc_not_supported = true; in libbpf_print_cb()
52 if (ret < 0 && kfunc_not_supported) { in test_lookup_key()
Dverify_pkcs7_sig.c66 static bool kfunc_not_supported; variable
80 kfunc_not_supported = true; in libbpf_print_cb()
294 if (ret < 0 && kfunc_not_supported) { in test_verify_pkcs7_sig_from_map()