Home
last modified time | relevance | path

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

12

/linux/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/kernel/
A Dsys_ni.c253 COND_SYSCALL(recvfrom);
254 COND_SYSCALL_COMPAT(recvfrom);
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-cgroup.rst100 **recvmsg4** call to recvfrom(2), recvmsg(2), recvmmsg(2) for
102 **recvmsg6** call to recvfrom(2), recvmsg(2), recvmmsg(2) for
/linux/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/samples/bpf/
A Dcookie_uid_helper_example.c251 recv_len = recvfrom(s_rcv, &buf, sizeof(buf), 0, in udp_client()
A Dxdpsock_user.c1160 recvfrom(xsk_socket__fd(xsk->xsk), NULL, 0, MSG_DONTWAIT, NULL, in complete_tx_l2fwd()
1207 recvfrom(xsk_socket__fd(xsk->xsk), NULL, 0, MSG_DONTWAIT, NULL, NULL); in rx_drop()
1218 recvfrom(xsk_socket__fd(xsk->xsk), NULL, 0, MSG_DONTWAIT, NULL, NULL); in rx_drop()
1372 recvfrom(xsk_socket__fd(xsk->xsk), NULL, 0, MSG_DONTWAIT, NULL, NULL); in l2fwd()
/linux/arch/x86/entry/syscalls/
A Dsyscall_64.tbl56 45 64 recvfrom sys_recvfrom
386 517 x32 recvfrom compat_sys_recvfrom
/linux/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl56 45 64 recvfrom sys_recvfrom
386 517 x32 recvfrom compat_sys_recvfrom
/linux/tools/testing/selftests/bpf/prog_tests/
A Dsk_assign.c139 return recvfrom(srv_client, &buf, sizeof(buf), 0, in rcv_msg()
/linux/net/
A Dcompat.c399 COMPAT_SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, buf, compat_size_t, len, in COMPAT_SYSCALL_DEFINE6() argument
/linux/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl54 44 n64 recvfrom sys_recvfrom
/linux/arch/ia64/kernel/syscalls/
A Dsyscall.tbl189 177 common recvfrom sys_recvfrom
/linux/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl54 44 n64 recvfrom sys_recvfrom
A Dsyscall_n32.tbl54 44 n32 recvfrom compat_sys_recvfrom
/linux/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl124 111 common recvfrom sys_recvfrom
/linux/tools/testing/selftests/net/
A Dpsock_tpacket.c479 while ((ret = recvfrom(rcv_sock, packet, sizeof(packet), in walk_tx()
/linux/arch/sh/kernel/syscalls/
A Dsyscall.tbl361 351 common recvfrom sys_recvfrom
/linux/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl365 355 common recvfrom sys_recvfrom
/linux/arch/m68k/kernel/syscalls/
A Dsyscall.tbl378 368 common recvfrom sys_recvfrom
/linux/arch/arm/tools/
A Dsyscall.tbl309 292 common recvfrom sys_recvfrom
/linux/arch/parisc/kernel/syscalls/
A Dsyscall.tbl138 123 common recvfrom sys_recvfrom
/linux/arch/sparc/kernel/syscalls/
A Dsyscall.tbl158 125 common recvfrom sys_recvfrom

Completed in 22 milliseconds

12