Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/net/netfilter/
H A Dsctp_collision.c63 ret = recvfrom(sd, buf, sizeof(buf), 0, (struct sockaddr *)&daddr, &len); in main()
89 ret = recvfrom(sd, buf, sizeof(buf), 0, (struct sockaddr *)&daddr, &len); in main()
H A Dconntrack_reverse_clash.c104 if (recvfrom(s2, buf, LEN, 0, (struct sockaddr *)&peer, &plen) < 0) in main()
105 die("child recvfrom"); in main()
113 if (recvfrom(s1, buf, LEN, 0, (struct sockaddr *)&peer, &plen) < 0) in main()
114 die("parent recvfrom"); in main()
H A Dudpclash.c87 ret = recvfrom(fd, repl, sizeof(repl), MSG_NOSIGNAL, in run_test()
H A Daudit_logread.c35 ret = recvfrom(fd, rep, sizeof(*rep), 0, in audit_recv()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-cgroup.rst110 …- **recvmsg4** call to recvfrom(2), recvmsg(2), recvmmsg(2) for an unconnected udp4 socket (since …
111 …- **recvmsg6** call to recvfrom(2), recvmsg(2), recvmmsg(2) for an unconnected udp6 socket (since …
112 …- **recvmsg_unix** call to recvfrom(2), recvmsg(2), recvmmsg(2) for an unconnected unix socket (si…
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dip_check_defrag.c254 len = recvfrom(srv_fd, buf, sizeof(buf), 0, (struct sockaddr *)&caddr, &caddr_len); in test_bpf_ip_check_defrag_ok()
262 len = recvfrom(client_rx_fd, buf, sizeof(buf), 0, NULL, NULL); in test_bpf_ip_check_defrag_ok()
H A Dsk_assign.c108 return recvfrom(srv_client, &buf, sizeof(buf), 0, NULL, NULL);
H A Dxdp_metadata.c273 ret = recvfrom(xsk_socket__fd(xsk->socket), NULL, 0, MSG_DONTWAIT, NULL, NULL); in verify_xsk_metadata()
274 if (!ASSERT_EQ(ret, 0, "recvfrom")) in verify_xsk_metadata()
/linux/Documentation/networking/
H 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
H A Dphonet.rst114 len = recvfrom(fd, buf, sizeof(buf), 0,
/linux/kernel/
H A Dsys_ni.c156 COND_SYSCALL(recvfrom);
157 COND_SYSCALL_COMPAT(recvfrom);
/linux/arch/um/drivers/
H A Dmconsole_user.c86 req->len = recvfrom(fd, &req->request, sizeof(req->request), 0, in mconsole_get_request()
/linux/samples/bpf/
H A Dcookie_uid_helper_example.c255 recv_len = recvfrom(s_rcv, &buf, sizeof(buf), 0, in udp_client()
/linux/tools/testing/selftests/net/rds/
H A Dtest.py205 recv_data, address = receiver.recvfrom(1024)
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl57 45 64 recvfrom sys_recvfrom
410 517 x32 recvfrom compat_sys_recvfrom
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl57 45 64 recvfrom sys_recvfrom
410 517 x32 recvfrom compat_sys_recvfrom
/linux/tools/testing/selftests/landlock/
H A Daudit.h94 err = recvfrom(fd, msg, sizeof(*msg), 0, in audit_recv()
/linux/tools/virtio/
H A Dvhost_net_test.c313 n = recvfrom(dev->sock, dev->res_buf, TEST_BUF_LEN, 0, NULL, NULL); in run_tx_test()
/linux/net/
H A Dcompat.c398 COMPAT_SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, buf, compat_size_t, len, in COMPAT_SYSCALL_DEFINE6() argument
/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c234 n = recvfrom(sockfd, buf, sizeof(buf), MSG_WAITALL, in dut_echo_thread()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl54 44 n64 recvfrom sys_recvfrom
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl54 44 n64 recvfrom sys_recvfrom
H A Dsyscall_n32.tbl54 44 n32 recvfrom compat_sys_recvfrom
/linux/tools/scripts/
H A Dsyscall.tbl251 207 common recvfrom sys_recvfrom compat_sys_recvfrom
/linux/scripts/
H A Dsyscall.tbl251 207 common recvfrom sys_recvfrom compat_sys_recvfrom

123