Home
last modified time | relevance | path

Searched defs:error_msg (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dkfunc_call.c40 #define __BPF_TEST_FAIL(name, __retval, type, error_msg) \ argument
53 #define TC_FAIL(name, retval, error_msg) __BPF_TEST_FAIL(name, retval, tc_test, error_msg) argument
54 #define SYSCALL_NULL_CTX_FAIL(name, retval, error_msg) \ argument
/tools/bpf/bpftool/
Dmap.c195 const char *error_msg) in print_entry_error_msg()