Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
H A 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()
H A Dverify_pkcs7_sig.c59 static bool kfunc_not_supported; variable
73 kfunc_not_supported = true; in libbpf_print_cb()
287 if (ret < 0 && kfunc_not_supported) { in test_verify_pkcs7_sig()