Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Daf_vsock.c2748 static long vsock_dev_do_ioctl(struct file *filp, in vsock_dev_do_ioctl()
2780 return vsock_dev_do_ioctl(filp, cmd, (void __user *)arg);
2787 return vsock_dev_do_ioctl(filp, cmd, compat_ptr(arg));
2739 static long vsock_dev_do_ioctl(struct file *filp, vsock_dev_do_ioctl() function