Searched refs:recvfrom (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/kernel/ |
D | sys_ni.c | 238 COND_SYSCALL(recvfrom); 239 COND_SYSCALL_COMPAT(recvfrom);
|
/Linux-v4.19/arch/um/drivers/ |
D | net_user.c | 112 CATCH_EINTR(n = recvfrom(fd, buf, len, 0, NULL, NULL)); in net_recvfrom()
|
D | mconsole_user.c | 84 req->len = recvfrom(fd, &req->request, sizeof(req->request), 0, in mconsole_get_request()
|
/Linux-v4.19/samples/bpf/ |
D | cookie_uid_helper_example.c | 246 recv_len = recvfrom(s_rcv, &buf, sizeof(buf), 0, in udp_client()
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 56 45 64 recvfrom __x64_sys_recvfrom 358 517 x32 recvfrom __x32_compat_sys_recvfrom
|
D | syscall_32.tbl | 385 371 i386 recvfrom sys_recvfrom __ia32_compat_sys_recvfrom
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 56 45 64 recvfrom __x64_sys_recvfrom 358 517 x32 recvfrom __x32_compat_sys_recvfrom
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 345 COMPAT_SYS_SPU(recvfrom)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 203 ENTRY_SAME(recvfrom)
|
/Linux-v4.19/Documentation/networking/ |
D | phonet.txt | 107 len = recvfrom(fd, buf, sizeof(buf), 0,
|
D | can.rst | 291 the system call recvfrom(2) may be used instead of read(2). To send 322 (addr.can_ifindex = 0) it is recommended to use recvfrom(2) if the 332 nbytes = recvfrom(s, &frame, sizeof(struct can_frame), 743 interface index. When using recvfrom() instead of read() to retrieve BCM
|
D | packet_mmap.txt | 439 read entirely with recvfrom(). 446 be read with recvfrom is limited like a normal socket.
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | psock_tpacket.c | 493 while ((ret = recvfrom(rcv_sock, packet, sizeof(packet), in walk_tx()
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 309 292 common recvfrom sys_recvfrom
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 381 371 common recvfrom sys_recvfrom compat_sys_recvfrom
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 381 371 common recvfrom sys_recvfrom compat_sys_recvfrom
|
/Linux-v4.19/net/ |
D | compat.c | 806 COMPAT_SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, buf, compat_size_t, len, in COMPAT_SYSCALL_DEFINE6() argument
|
D | socket.c | 1859 SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, ubuf, size_t, size, in SYSCALL_DEFINE6() argument
|
/Linux-v4.19/Documentation/trace/ |
D | histogram.rst | 848 ordered summary of the recvfrom sizes, with counts, received by
|