Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/vsock/
H A Dvsock_test.c1253 int ret, fd, sock_bytes_unsent; in test_unsent_bytes_client() local
1274 ret = ioctl(fd, SIOCOUTQ, &sock_bytes_unsent); in test_unsent_bytes_client()
1284 } while (sock_bytes_unsent != 0); in test_unsent_bytes_client()