vcc_compat_ioctl
int vcc_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
.compat_ioctl = vcc_compat_ioctl,
return vcc_compat_ioctl(sock, cmd, arg);