__compat_sys_sendmmsg
return __compat_sys_sendmmsg(fd, mmsg, vlen, flags);
ret = __compat_sys_sendmmsg(a0, compat_ptr(a1), a[2], a[3]);