Searched refs:vsock_ioctl_int (Results 1 – 3 of 3) 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.c | 1346 if (!vsock_ioctl_int(fd, SIOCINQ, MSG_BUF_IOCTL_LEN)) { in test_unread_bytes_client() 1353 vsock_ioctl_int(fd, SIOCINQ, 0); in test_unread_bytes_client()
|