Home
last modified time | relevance | path

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

/linux/tools/testing/vsock/
H A Dvsock_test_zerocopy.c154 ssize_t sendmsg_res; in test_client() local
178 sendmsg_res = sendmsg(fd, &msg, MSG_ZEROCOPY); in test_client()
186 if (sendmsg_res != iovec_bytes(iovec, test_data->vecs_cnt)) { in test_client()
189 sendmsg_res); in test_client()