Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/vmw_vsock/
Daf_vsock.c2076 static long vsock_dev_do_ioctl(struct file *filp, in vsock_dev_do_ioctl() function
2108 return vsock_dev_do_ioctl(filp, cmd, (void __user *)arg); in vsock_dev_ioctl()
2115 return vsock_dev_do_ioctl(filp, cmd, compat_ptr(arg)); in vsock_dev_compat_ioctl()
/kernel/linux/linux-6.6/net/vmw_vsock/
Daf_vsock.c2326 static long vsock_dev_do_ioctl(struct file *filp, in vsock_dev_do_ioctl() function
2357 return vsock_dev_do_ioctl(filp, cmd, (void __user *)arg); in vsock_dev_ioctl()
2364 return vsock_dev_do_ioctl(filp, cmd, compat_ptr(arg)); in vsock_dev_compat_ioctl()