Home
last modified time | relevance | path

Searched refs:sendto (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v4.19/arch/um/drivers/
Dmconsole_user.c156 n = sendto(req->originating_fd, &reply, len, 0, in mconsole_reply_len()
211 n = sendto(notify_sock, &packet, len, 0, (struct sockaddr *) &target, in mconsole_notify()
Dnet_user.c155 CATCH_EINTR(n = sendto(fd, buf, len, 0, (struct sockaddr *) to, in net_sendto()
/Linux-v4.19/drivers/rpmsg/
Drpmsg_internal.h58 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); member
Drpmsg_core.c140 if (!ept->ops->sendto) in rpmsg_sendto()
143 return ept->ops->sendto(ept, data, len, dst); in rpmsg_sendto()
/Linux-v4.19/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst85 **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an
87 **sendmsg6** call to sendto(2), sendmsg(2), sendmmsg(2) for an
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_skb_cgroup_id_user.c65 if (sendto(fd, &msg, sizeof(msg), 0, (const struct sockaddr *)&dst, in send_packet()
Dtest_select_reuseport.c359 err = sendto(fd, data, len, MSG_FASTOPEN, (struct sockaddr *)&srv_sa, in send_data()
/Linux-v4.19/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c366 val = sendto(fd, buf, total_len, 0, (void *) &daddr, sizeof(daddr)); in do_test()
368 val = sendto(fd, buf, total_len, 0, (void *) &daddr6, sizeof(daddr6)); in do_test()
Dtimestamping.c142 res = sendto(sock, sync, sizeof(sync), 0, in sendpacket()
/Linux-v4.19/samples/bpf/
Dcookie_uid_helper_example.c240 res = sendto(s_send, &message, sizeof(message), 0, in udp_client()
/Linux-v4.19/kernel/
Dsys_ni.c236 COND_SYSCALL(sendto);
/Linux-v4.19/tools/testing/selftests/net/
Dpsock_snd.c207 ret = sendto(fd, buf, len, 0, (void *)&laddr, sizeof(laddr)); in do_send()
Dudpgso_bench_tx.c154 ret = sendto(fd, data, len, cfg_zerocopy ? MSG_ZEROCOPY : 0, in send_udp()
Dudpgso.c431 ret = sendto(fd, data, off, 0, (void *)&nladdr, sizeof(nladdr)); in set_route_mtu()
Dreuseport_bpf.c205 if (sendto(fd, buf, len, MSG_FASTOPEN, daddr, sockaddr_size()) < 0) in send_from()
Dpsock_tpacket.c487 ret = sendto(sock, NULL, 0, 0, NULL, 0); in walk_tx()
/Linux-v4.19/tools/accounting/
Dgetdelays.c147 while ((r = sendto(sd, buf, buflen, 0, (struct sockaddr *) &nladdr, in send_cmd()
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h343 SYSCALL_SPU(sendto)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S157 ENTRY_SAME(sendto)
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c179 COMPAT_SYSCALL_WRAP6(sendto, int, fd, void __user *, buff, size_t, len, unsigned int, flags, struct…
/Linux-v4.19/Documentation/networking/
Dphonet.txt106 sendto(fd, msg, msglen, 0, (struct sockaddr *)&addr, sizeof(addr));
Dmsg_zerocopy.rst78 The change to send (or sendto, sendmsg, sendmmsg) itself is trivial.
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl55 44 common sendto __x64_sys_sendto
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl55 44 common sendto __x64_sys_sendto
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl307 290 common sendto sys_sendto sys_oabi_sendto

12