Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/forwarding/
Dlib_sh_test.sh28 tfail() function
119 ret_subtest $ksft_fail "tfail" tfail
123 ret_subtest $ksft_fail "tfail" tpass tfail
126 ret_subtest $ksft_fail "tfail" tfail tpass
129 ret_subtest $ksft_fail "tfail" tfail tfail
130 ret_subtest $ksft_fail "tfail" tfail txfail
132 ret_subtest $ksft_fail "tfail" txfail tfail
/linux-6.12.1/tools/testing/selftests/net/
Dudpgso.c66 bool tfail; /* send() call is expected to fail */ member
97 .tfail = true,
144 .tfail = true,
175 .tfail = true,
200 .tfail = true,
247 .tfail = true,
285 .tfail = true,
413 test->tfail ? "(fail)" : ""); in run_one()
428 if (sent && test->tfail) in run_one()
430 if (!sent && !test->tfail) in run_one()