Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dresolve_btfids.c74 PRINT_FAIL("Failed to get type for ID %d\n", type_id); in BTF_ID_LIST_GLOBAL()
87 PRINT_FAIL("Failed to get name for BTF ID %d\n", type_id); in BTF_ID_LIST_GLOBAL()
Dcls_redirect.c422 PRINT_FAIL("expected TC_ACT_REDIRECT, got %d\n", in test_cls_redirect_common()
437 PRINT_FAIL("unknown result %d\n", test->result); in test_cls_redirect_common()
/tools/testing/selftests/bpf/
Dtest_progs.h95 #define PRINT_FAIL(format...) \ macro