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

/linux-master/tools/testing/vsock/
H A Dvsock_test_zerocopy.c150 ssize_t sendmsg_res; local
174 sendmsg_res = sendmsg(fd, &msg, MSG_ZEROCOPY);
182 if (sendmsg_res != iovec_bytes(iovec, test_data->vecs_cnt)) {
185 sendmsg_res);

Completed in 101 milliseconds