Searched refs:tfail (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | udpgso.c | 66 bool tfail; /* send() call is expected to fail */ member 89 .tfail = true, 136 .tfail = true, 167 .tfail = true, 192 .tfail = true, 239 .tfail = true, 270 .tfail = true, 514 test->tfail ? "(fail)" : ""); in run_one() 523 if (sent && test->tfail) in run_one() 525 if (!sent && !test->tfail) in run_one() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | udpgso.c | 66 bool tfail; /* send() call is expected to fail */ member 89 .tfail = true, 136 .tfail = true, 167 .tfail = true, 192 .tfail = true, 239 .tfail = true, 270 .tfail = true, 514 test->tfail ? "(fail)" : ""); in run_one() 523 if (sent && test->tfail) in run_one() 525 if (!sent && !test->tfail) in run_one() [all...] |
Completed in 2 milliseconds