Searched refs:sys_send (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/include/uapi/linux/
H A Dnet.h34 #define SYS_SEND 9 /* sys_send(2) */
/linux-4.4.14/arch/sparc/kernel/
H A Dsys32.S152 do_sys_send: /* sys_send(int, void *, size_t, unsigned int) */
154 sethi %hi(sys_send), %g1
157 jmpl %g1 + %lo(sys_send), %g0
/linux-4.4.14/kernel/
H A Dsys_ni.c41 cond_syscall(sys_send); variable
/linux-4.4.14/arch/sh/kernel/
H A Dsyscalls_64.S253 .long sys_send
/linux-4.4.14/arch/avr32/kernel/
H A Dsyscall_table.S173 .long sys_send
/linux-4.4.14/arch/arm/kernel/
H A Dcalls.S301 CALL(sys_send)
/linux-4.4.14/arch/alpha/kernel/
H A Dsystbls.S115 .quad sys_send
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dunistd.h243 __SYSCALL(108, sys_send, 4)
/linux-4.4.14/arch/mips/kernel/
H A Dscall32-o32.S404 PTR sys_send
H A Dscall64-o32.S399 PTR sys_send
/linux-4.4.14/net/
H A Dcompat.c807 ret = sys_send(a0, compat_ptr(a1), a[2], a[3]); COMPAT_SYSCALL_DEFINE2()
H A Dsocket.c44 * Tigran Aivazian : sys_send(args) calls sys_sendto(args, NULL, 0)
2369 err = sys_send(a0, (void __user *)a1, a[2], a[3]); SYSCALL_DEFINE2()
/linux-4.4.14/include/uapi/asm-generic/
H A Dunistd.h862 __SYSCALL(__NR_send, sys_send)
/linux-4.4.14/arch/arm64/include/asm/
H A Dunistd32.h603 __SYSCALL(__NR_send, sys_send)
/linux-4.4.14/include/linux/
H A Dsyscalls.h605 asmlinkage long sys_send(int, void __user *, size_t, unsigned);
/linux-4.4.14/arch/ia64/kernel/
H A Dentry.S1626 data8 sys_send

Completed in 144 milliseconds