Home
last modified time | relevance | path

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

/linux/tools/testing/vsock/
H A Dvsock_test_zerocopy.c247 unsigned long remote_hash; in test_server() local
293 remote_hash = control_readulong(); in test_server()
294 if (remote_hash != local_hash) { in test_server()
406 unsigned long local_hash, remote_hash; in test_stream_msgzcopy_mangle_server() local
423 remote_hash = control_readulong(); in test_stream_msgzcopy_mangle_server()
426 if (local_hash != remote_hash) { in test_stream_msgzcopy_mangle_server()
H A Dvsock_uring_test.c115 unsigned long remote_hash; in vsock_io_uring_server() local
171 remote_hash = control_readulong(); in vsock_io_uring_server()
172 if (remote_hash != local_hash) { in vsock_io_uring_server()
H A Dvsock_test.c437 unsigned long remote_hash; in test_seqpacket_msg_bounds_server() local
496 remote_hash = control_readulong(); in test_seqpacket_msg_bounds_server()
498 if (curr_hash != remote_hash) { in test_seqpacket_msg_bounds_server()