Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dexceptions.c87 #define RUN_EXT(load_ret, attach_err, expr, msg, after_link) \ in test_exceptions_success() argument
100 if (!ASSERT_EQ(exceptions_ext__load(eskel), load_ret, \ in test_exceptions_success()
105 if (load_ret != 0) { \ in test_exceptions_success()
111 if (!load_ret && attach_err) { \ in test_exceptions_success()
114 } else if (!load_ret) { \ in test_exceptions_success()