Home
last modified time | relevance | path

Searched refs:recvfrom (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.3-rc2/Documentation/networking/
A Dmctp.rst176 ``recvfrom()``, ``recvmsg()``, ``recv()`` : receive an MCTP message
180 ``recvfrom()``, ``recvmsg()``, or ``recv()`` system calls. Using ``recvfrom()``
192 len = recvfrom(sd, buf, sizeof(buf), 0,
201 The address argument to ``recvfrom`` and ``recvmsg`` is populated with the
A Dj1939.rst196 to ``bind(2)``, ``connect(2)``, ``sendto(2)`` and ``recvfrom(2)``. A ``write(2)`` with size 4 will
316 ``recvfrom(2)`` can provide. For example package priority and timestamp. The
A Dphonet.rst114 len = recvfrom(fd, buf, sizeof(buf), 0,
/linux-6.3-rc2/kernel/
A Dsys_ni.c253 COND_SYSCALL(recvfrom);
254 COND_SYSCALL_COMPAT(recvfrom);
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/
A Dbpftool-cgroup.rst109 **recvmsg4** call to recvfrom(2), recvmsg(2), recvmmsg(2) for
111 **recvmsg6** call to recvfrom(2), recvmsg(2), recvmmsg(2) for
/linux-6.3-rc2/arch/um/drivers/
A Dmconsole_user.c84 req->len = recvfrom(fd, &req->request, sizeof(req->request), 0, in mconsole_get_request()
A Dnet_user.c112 CATCH_EINTR(n = recvfrom(fd, buf, len, 0, NULL, NULL)); in net_recvfrom()
/linux-6.3-rc2/samples/bpf/
A Dcookie_uid_helper_example.c255 recv_len = recvfrom(s_rcv, &buf, sizeof(buf), 0, in udp_client()
/linux-6.3-rc2/arch/x86/entry/syscalls/
A Dsyscall_64.tbl56 45 64 recvfrom sys_recvfrom
387 517 x32 recvfrom compat_sys_recvfrom
/linux-6.3-rc2/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl56 45 64 recvfrom sys_recvfrom
387 517 x32 recvfrom compat_sys_recvfrom
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dsk_assign.c153 return recvfrom(srv_client, &buf, sizeof(buf), 0, NULL, NULL); in rcv_msg()
A Dxdp_metadata.c237 ret = recvfrom(xsk_socket__fd(xsk->socket), NULL, 0, MSG_DONTWAIT, NULL, NULL); in verify_xsk_metadata()
/linux-6.3-rc2/net/
A Dcompat.c397 COMPAT_SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, buf, compat_size_t, len, in COMPAT_SYSCALL_DEFINE6() argument
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dxdp_features.c226 n = recvfrom(sockfd, buf, sizeof(buf), MSG_WAITALL, in dut_echo_thread()
/linux-6.3-rc2/arch/ia64/kernel/syscalls/
A Dsyscall.tbl189 177 common recvfrom sys_recvfrom
/linux-6.3-rc2/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl54 44 n64 recvfrom sys_recvfrom
/linux-6.3-rc2/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl54 44 n64 recvfrom sys_recvfrom
A Dsyscall_n32.tbl54 44 n32 recvfrom compat_sys_recvfrom
/linux-6.3-rc2/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl124 111 common recvfrom sys_recvfrom
/linux-6.3-rc2/tools/testing/selftests/net/
A Dpsock_tpacket.c479 while ((ret = recvfrom(rcv_sock, packet, sizeof(packet), in walk_tx()
/linux-6.3-rc2/arch/sh/kernel/syscalls/
A Dsyscall.tbl361 351 common recvfrom sys_recvfrom
/linux-6.3-rc2/arch/arm/tools/
A Dsyscall.tbl309 292 common recvfrom sys_recvfrom
/linux-6.3-rc2/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl365 355 common recvfrom sys_recvfrom
/linux-6.3-rc2/arch/m68k/kernel/syscalls/
A Dsyscall.tbl378 368 common recvfrom sys_recvfrom
/linux-6.3-rc2/arch/parisc/kernel/syscalls/
A Dsyscall.tbl138 123 common recvfrom sys_recvfrom

Completed in 71 milliseconds

12