Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso.c66 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()