Searched refs:vsock_ioctl_int (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/vsock/ |
| H A D | util.h | 90 bool vsock_ioctl_int(int fd, unsigned long op, int expected);
|
| H A D | util.c | 108 bool vsock_ioctl_int(int fd, unsigned long op, int expected) in vsock_ioctl_int() function 137 return vsock_ioctl_int(fd, SIOCOUTQ, 0); in vsock_wait_sent()
|
| H A D | vsock_test_zerocopy.c | 417 vsock_ioctl_int(fd, SIOCINQ, PAGE_SIZE + 1 + GOOD_COPY_LEN); in test_stream_msgzcopy_mangle_server()
|
| H A D | vsock_test.c | 1358 if (!vsock_ioctl_int(fd, SIOCINQ, MSG_BUF_IOCTL_LEN)) { in test_unread_bytes_client() 1365 vsock_ioctl_int(fd, SIOCINQ, 0); in test_unread_bytes_client()
|