Searched refs:sys_sendmsg (Results 1 - 18 of 18) sorted by relevance

/linux-4.4.14/include/uapi/linux/
H A Dnet.h41 #define SYS_SENDMSG 16 /* sys_sendmsg(2) */
/linux-4.4.14/arch/sparc/kernel/
H A Dsystbls_32.S41 /*110*/ .long sys_setresgid, sys_getresgid, sys_setregid, sys_recvmsg, sys_sendmsg
H A Dsystbls_64.S124 /*110*/ .word sys_setresgid, sys_getresgid, sys_nis_syscall, sys_recvmsg, sys_sendmsg
/linux-4.4.14/kernel/
H A Dsys_ni.c50 cond_syscall(sys_sendmsg); variable
/linux-4.4.14/arch/arm/kernel/
H A Dsys_oabi-compat.c66 * sys_sendmsg:
427 return sys_sendmsg(fd, msg, flags); sys_oabi_sendmsg()
H A Dcalls.S308 CALL(ABI(sys_sendmsg, sys_oabi_sendmsg))
/linux-4.4.14/arch/mips/kernel/
H A Dscall64-64.S161 PTR sys_sendmsg /* 5045 */
H A Dscall32-o32.S405 PTR sys_sendmsg
/linux-4.4.14/arch/sh/kernel/
H A Dsyscalls_64.S260 .long sys_sendmsg /* 235 */
/linux-4.4.14/arch/m68k/kernel/
H A Dsyscalltable.S390 .long sys_sendmsg
/linux-4.4.14/arch/avr32/kernel/
H A Dsyscall_table.S180 .long sys_sendmsg
/linux-4.4.14/arch/alpha/kernel/
H A Dsystbls.S128 .quad sys_sendmsg
/linux-4.4.14/arch/s390/kernel/
H A Dsyscalls.S381 SYSCALL(sys_sendmsg,compat_sys_sendmsg) /* 370 */
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dunistd.h239 __SYSCALL(106, sys_sendmsg, 3)
/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/include/linux/
H A Dsyscalls.h608 asmlinkage long sys_sendmsg(int fd, struct user_msghdr __user *msg, unsigned flags);
/linux-4.4.14/arch/ia64/kernel/
H A Dentry.S1633 data8 sys_sendmsg // 1205
/linux-4.4.14/net/
H A Dsocket.c2395 err = sys_sendmsg(a0, (struct user_msghdr __user *)a1, a[2]); SYSCALL_DEFINE2()

Completed in 206 milliseconds