Searched refs:sys_recvfrom (Results 1 - 19 of 19) sorted by relevance

/linux-4.4.14/include/uapi/linux/
H A Dnet.h37 #define SYS_RECVFROM 12 /* sys_recvfrom(2) */
/linux-4.4.14/arch/avr32/kernel/
H A Dsyscall-stubs.S52 call sys_recvfrom
/linux-4.4.14/arch/sparc/kernel/
H A Dsys32.S179 do_sys_recvfrom: /* sys_recvfrom(int, u32, compat_size_t, unsigned int, u32, u32) */
181 sethi %hi(sys_recvfrom), %g1
186 jmpl %g1 + %lo(sys_recvfrom), %g0
H A Dsystbls_64.S46 .word sys_recvfrom, sys_setreuid16, sys_setregid16, sys_rename, compat_sys_truncate
127 .word sys_recvfrom, sys_setreuid, sys_setregid, sys_rename, sys_truncate
H A Dsystbls_32.S44 /*125*/ .long sys_recvfrom, sys_setreuid16, sys_setregid16, sys_rename, sys_truncate
/linux-4.4.14/kernel/
H A Dsys_ni.c42 cond_syscall(sys_recvfrom); variable
/linux-4.4.14/arch/mips/kernel/
H A Dscall64-64.S160 PTR sys_recvfrom
H A Dscall32-o32.S402 PTR sys_recvfrom
/linux-4.4.14/arch/sh/kernel/
H A Dsyscalls_64.S256 .long sys_recvfrom
/linux-4.4.14/arch/m68k/kernel/
H A Dsyscalltable.S391 .long sys_recvfrom
/linux-4.4.14/arch/arm/kernel/
H A Dcalls.S304 CALL(sys_recvfrom)
/linux-4.4.14/arch/alpha/kernel/
H A Dsystbls.S144 .quad sys_recvfrom /* 125 */
/linux-4.4.14/arch/s390/kernel/
H A Dsyscalls.S382 SYSCALL(sys_recvfrom,compat_sys_recvfrom)
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dunistd.h249 __SYSCALL(111, sys_recvfrom, 6)
/linux-4.4.14/net/
H A Dcompat.c743 return sys_recvfrom(fd, buf, len, flags | MSG_CMSG_COMPAT, addr, addrlen); COMPAT_SYSCALL_DEFINE6()
H A Dsocket.c1723 return sys_recvfrom(fd, ubuf, size, flags, NULL, NULL); SYSCALL_DEFINE4()
2379 err = sys_recvfrom(a0, (void __user *)a1, a[2], a[3], SYSCALL_DEFINE2()
/linux-4.4.14/include/uapi/asm-generic/
H A Dunistd.h569 __SC_COMP(__NR_recvfrom, sys_recvfrom, compat_sys_recvfrom)
/linux-4.4.14/include/linux/
H A Dsyscalls.h612 asmlinkage long sys_recvfrom(int, void __user *, size_t, unsigned,
/linux-4.4.14/arch/ia64/kernel/
H A Dentry.S1629 data8 sys_recvfrom

Completed in 730 milliseconds