Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/vsock/
Dvsock_test.c99 control_writeln("DONE"); in test_stream_bind_only_client()
126 control_writeln("BIND"); in test_stream_bind_only_server()
302 control_writeln("SENDDONE"); in test_seqpacket_msg_bounds_client()
357 control_writeln("SENDDONE"); in test_seqpacket_msg_trunc_client()
456 control_writeln("WAITDONE"); in test_seqpacket_timeout_client()
Dutil.c170 control_writeln("LISTENING"); in vsock_accept()
337 control_writeln("SKIP"); in run_tests()
339 control_writeln("NEXT"); in run_tests()
Dcontrol.h10 void control_writeln(const char *str);
Dvsock_diag_test.c394 control_writeln("DONE"); in test_connect_client()
418 control_writeln("DONE"); in test_connect_server()
Dcontrol.c114 void control_writeln(const char *str) in control_writeln() function