Searched refs:compat_sys_sendmsg (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/arch/sparc/kernel/
H A Dsys32.S50 SIGN1(sys32_sendmsg, compat_sys_sendmsg, %o0)
215 do_sys_sendmsg: /* compat_sys_sendmsg(int, struct compat_msghdr *, unsigned int) */
217 sethi %hi(compat_sys_sendmsg), %g1
219 jmpl %g1 + %lo(compat_sys_sendmsg), %g0
H A Dsystbls_64.S43 /*110*/ .word sys_setresgid, sys_getresgid, sys_setregid, compat_sys_recvmsg, compat_sys_sendmsg
/linux-4.4.14/include/net/
H A Dcompat.h45 asmlinkage long compat_sys_sendmsg(int, struct compat_msghdr __user *,
/linux-4.4.14/kernel/
H A Dsys_ni.c52 cond_syscall(compat_sys_sendmsg); variable
/linux-4.4.14/arch/mips/kernel/
H A Dscall64-n32.S147 PTR compat_sys_sendmsg /* 6045 */
H A Dscall64-o32.S400 PTR compat_sys_sendmsg
/linux-4.4.14/arch/s390/kernel/
H A Dsyscalls.S381 SYSCALL(sys_sendmsg,compat_sys_sendmsg) /* 370 */
/linux-4.4.14/net/
H A Dcompat.c831 ret = compat_sys_sendmsg(a0, compat_ptr(a1), a[2]); COMPAT_SYSCALL_DEFINE2()
/linux-4.4.14/include/linux/
H A Dcompat.h567 asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg,
/linux-4.4.14/include/uapi/asm-generic/
H A Dunistd.h577 __SC_COMP(__NR_sendmsg, sys_sendmsg, compat_sys_sendmsg)
/linux-4.4.14/arch/arm64/include/asm/
H A Dunistd32.h617 __SYSCALL(__NR_sendmsg, compat_sys_sendmsg)

Completed in 151 milliseconds