Home
last modified time | relevance | path

Searched refs:vsock_ioctl_int (Results 1 – 3 of 3) 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.c1346 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()