Home
last modified time | relevance | path

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

/linux/tools/testing/vsock/
H A Dutil.h90 bool vsock_ioctl_int(int fd, unsigned long op, int expected);
H A Dutil.c108 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 Dvsock_test_zerocopy.c417 vsock_ioctl_int(fd, SIOCINQ, PAGE_SIZE + 1 + GOOD_COPY_LEN); in test_stream_msgzcopy_mangle_server()
H A Dvsock_test.c1358 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()