Home
last modified time | relevance | path

Searched refs:sendmsg (Results 1 – 25 of 137) sorted by relevance

123456

/Linux-v5.4/net/rxrpc/
DMakefile29 sendmsg.o \
/Linux-v5.4/Documentation/networking/
Drxrpc.txt7 of AF_RXRPC family, using sendmsg() and recvmsg() with control data to send and
215 (*) The first sendmsg for a request to be sent from a client contains a tag to
221 first sendmsg() of a call (struct msghdr::msg_name).
227 first sendmsg() of the call must specify the target address. The server's
239 (*) When sending data for a call, sendmsg is given MSG_MORE if there's more
269 application then uses sendmsg to assign a tag to the new call. Once that
283 Notes on sendmsg:
285 (*) MSG_WAITALL can be set to tell sendmsg to ignore signals if the peer is
290 If this isn't set, sendmsg() will return immediately, either returning
327 AF_RXRPC makes use of control messages in sendmsg() and recvmsg() to multiplex
[all …]
Dkcm.txt254 2) Send a group of messages each with a sendmsg call, where all messages
255 except the last have MSG_BATCH in the flags of sendmsg call.
257 with a single sendmsg.
/Linux-v5.4/drivers/isdn/mISDN/
Dl1oip.h79 struct msghdr sendmsg; /* ip message to send */ member
Dl1oip_core.c338 len = kernel_sendmsg(socket, &hc->sendmsg, &hc->sendiov, 1, len); in l1oip_socket_send()
692 hc->sendmsg.msg_name = &hc->sin_remote; in l1oip_socket_thread()
693 hc->sendmsg.msg_namelen = sizeof(hc->sin_remote); in l1oip_socket_thread()
694 hc->sendmsg.msg_control = NULL; in l1oip_socket_thread()
695 hc->sendmsg.msg_controllen = 0; in l1oip_socket_thread()
/Linux-v5.4/Documentation/crypto/
Duserspace-if.rst158 Using the sendmsg() system call, the application provides the data that
160 specified with the data structure provided by the sendmsg() system call.
162 The sendmsg system call parameter of struct msghdr is embedded into the
217 Using the sendmsg() system call, the application provides the data that
219 specified with the data structure provided by the sendmsg() system call.
221 The sendmsg system call parameter of struct msghdr is embedded into the
270 sendmsg and setsockopt calls (see there). As the kernel knows the size
/Linux-v5.4/kernel/
Dsys_ni.c251 COND_SYSCALL(sendmsg);
252 COND_SYSCALL_COMPAT(sendmsg);
/Linux-v5.4/net/ipv4/
Dudplite.c48 .sendmsg = udp_sendmsg,
/Linux-v5.4/net/ipv6/
Dudplite.c45 .sendmsg = udpv6_sendmsg,
/Linux-v5.4/net/ieee802154/
Dsocket.c97 return sk->sk_prot->sendmsg(sk, msg, len); in ieee802154_sock_sendmsg()
396 .sendmsg = raw_sendmsg,
422 .sendmsg = ieee802154_sock_sendmsg,
958 .sendmsg = dgram_sendmsg,
985 .sendmsg = ieee802154_sock_sendmsg,
/Linux-v5.4/crypto/
Dalgif_rng.c109 .sendmsg = sock_no_sendmsg,
Dalgif_skcipher.c202 .sendmsg = skcipher_sendmsg,
298 .sendmsg = skcipher_sendmsg_nokey,
Dalgif_hash.c288 .sendmsg = hash_sendmsg,
395 .sendmsg = hash_sendmsg_nokey,
/Linux-v5.4/drivers/md/
Dmd-cluster.c782 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg() function
981 err = sendmsg(cinfo, &cmsg, 1); in resync_bitmap()
1111 ret = sendmsg(cinfo, &cmsg, 0); in update_bitmap_size()
1353 return sendmsg(cinfo, &cmsg, 1); in resync_info_update()
1355 return sendmsg(cinfo, &cmsg, 0); in resync_info_update()
1470 return sendmsg(cinfo, &cmsg, 1); in remove_disk()
1534 err = sendmsg(cinfo, &cmsg, 1); in gather_bitmaps()
/Linux-v5.4/net/nfc/
Drawsock.c281 .sendmsg = rawsock_sendmsg,
301 .sendmsg = sock_no_sendmsg,
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst94 **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an
96 **sendmsg6** call to sendto(2), sendmsg(2), sendmmsg(2) for an
/Linux-v5.4/net/atm/
Dpvc.c126 .sendmsg = vcc_sendmsg,
/Linux-v5.4/net/phonet/
Dsocket.c426 return sk->sk_prot->sendmsg(sk, m, total_len); in pn_socket_sendmsg()
448 .sendmsg = pn_socket_sendmsg,
473 .sendmsg = pn_socket_sendmsg,
Ddatagram.c174 .sendmsg = pn_sendmsg,
/Linux-v5.4/tools/testing/selftests/net/
Dipv6_flowlabel.c64 ret = sendmsg(fd, &msg, 0); in do_send()
/Linux-v5.4/net/bluetooth/bnep/
Dsock.c181 .sendmsg = sock_no_sendmsg,
/Linux-v5.4/net/bluetooth/cmtp/
Dsock.c184 .sendmsg = sock_no_sendmsg,
/Linux-v5.4/net/tls/
Dtls_main.c741 prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg; in build_protos()
756 prot[TLS_HW][TLS_BASE].sendmsg = tls_device_sendmsg; in build_protos()
760 prot[TLS_HW][TLS_SW].sendmsg = tls_device_sendmsg; in build_protos()
/Linux-v5.4/tools/testing/selftests/android/ion/
Dipcsocket.c150 ret = sendmsg(sockfd, &msgh, MSG_DONTWAIT); in sendtosocket()
/Linux-v5.4/arch/um/drivers/
Dmconsole_user.c56 return sendmsg(req->originating_fd, &msg, 0); in mconsole_reply_v0()

123456