Searched refs:__BPF_TEST_FAIL (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | kfunc_call.c | 40 #define __BPF_TEST_FAIL(name, __retval, type, error_msg) \ macro 53 #define TC_FAIL(name, retval, error_msg) __BPF_TEST_FAIL(name, retval, tc_test, error_msg) 55 __BPF_TEST_FAIL(name, retval, syscall_null_ctx_test, error_msg)
|