Home
last modified time | relevance | path

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

123456

/linux-6.1.9/fs/ksmbd/
Dtransport_rdma.c856 struct smb_direct_sendmsg *sendmsg, *sibling; in send_done() local
860 sendmsg = container_of(wc->wr_cqe, struct smb_direct_sendmsg, cqe); in send_done()
861 t = sendmsg->transport; in send_done()
880 for (pos = &sendmsg->list, prev = pos->prev, end = sendmsg->list.next; in send_done()
1022 struct smb_direct_sendmsg *sendmsg; in smb_direct_create_header() local
1027 sendmsg = smb_direct_alloc_sendmsg(t); in smb_direct_create_header()
1028 if (IS_ERR(sendmsg)) in smb_direct_create_header()
1029 return PTR_ERR(sendmsg); in smb_direct_create_header()
1032 packet = (struct smb_direct_data_transfer *)sendmsg->packet; in smb_direct_create_header()
1061 sendmsg->sge[0].addr = ib_dma_map_single(t->cm_id->device, in smb_direct_create_header()
[all …]
/linux-6.1.9/Documentation/networking/
Dmctp.rst123 ``sendto()``, ``sendmsg()``, ``send()`` : transmit an MCTP message
126 An MCTP message is transmitted using one of the ``sendto()``, ``sendmsg()`` or
161 The ``sendmsg()`` system call allows a more compact argument interface, and the
163 message types (used for the ``msg_control`` data passed to ``sendmsg()``) are
220 allocating a per-message tag at ``sendmsg()`` time.
239 can use in future ``sendmsg()`` calls. The application populates the
248 - ``MCTP_TAG_PREALLOC``: to indicate to ``sendmsg()`` that this is a
270 sendmsg()
278 sendmsg()
Drxrpc.rst9 of AF_RXRPC family, using sendmsg() and recvmsg() with control data to send and
214 (#) The first sendmsg for a request to be sent from a client contains a tag to
220 first sendmsg() of a call (struct msghdr::msg_name).
226 first sendmsg() of the call must specify the target address. The server's
238 (#) When sending data for a call, sendmsg is given MSG_MORE if there's more
268 application then uses sendmsg to assign a tag to the new call. Once that
282 Notes on sendmsg:
284 (#) MSG_WAITALL can be set to tell sendmsg to ignore signals if the peer is
289 If this isn't set, sendmsg() will return immediately, either returning
325 AF_RXRPC makes use of control messages in sendmsg() and recvmsg() to multiplex
[all …]
Dsmc-sysctl.rst14 write()/sendmsg() system calls, we try to coalesce these small writes
/linux-6.1.9/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
325 - *Additional Data* can be provided using the send()/sendmsg() system calls,
/linux-6.1.9/net/rxrpc/
DMakefile30 sendmsg.o \
/linux-6.1.9/drivers/isdn/mISDN/
Dl1oip.h80 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()
694 hc->sendmsg.msg_name = &hc->sin_remote; in l1oip_socket_thread()
695 hc->sendmsg.msg_namelen = sizeof(hc->sin_remote); in l1oip_socket_thread()
696 hc->sendmsg.msg_control = NULL; in l1oip_socket_thread()
697 hc->sendmsg.msg_controllen = 0; in l1oip_socket_thread()
/linux-6.1.9/crypto/
Dalgif_rng.c176 .sendmsg = sock_no_sendmsg,
199 .sendmsg = rng_test_sendmsg,
Dalgif_skcipher.c196 .sendmsg = skcipher_sendmsg,
287 .sendmsg = skcipher_sendmsg_nokey,
Dalgif_hash.c287 .sendmsg = hash_sendmsg,
389 .sendmsg = hash_sendmsg_nokey,
Dalgif_aead.c370 .sendmsg = aead_sendmsg,
461 .sendmsg = aead_sendmsg_nokey,
/linux-6.1.9/net/ipv4/
Dudplite.c55 .sendmsg = udp_sendmsg,
/linux-6.1.9/net/ipv6/
Dudplite.c52 .sendmsg = udpv6_sendmsg,
/linux-6.1.9/kernel/
Dsys_ni.c255 COND_SYSCALL(sendmsg);
256 COND_SYSCALL_COMPAT(sendmsg);
/linux-6.1.9/net/ieee802154/
Dsocket.c96 return sk->sk_prot->sendmsg(sk, msg, len); in ieee802154_sock_sendmsg()
400 .sendmsg = raw_sendmsg,
426 .sendmsg = ieee802154_sock_sendmsg,
963 .sendmsg = dgram_sendmsg,
990 .sendmsg = ieee802154_sock_sendmsg,
/linux-6.1.9/drivers/md/
Dmd-cluster.c784 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg() function
985 err = sendmsg(cinfo, &cmsg, 1); in resync_bitmap()
1115 ret = sendmsg(cinfo, &cmsg, 0); in update_bitmap_size()
1359 return sendmsg(cinfo, &cmsg, 1); in resync_info_update()
1361 return sendmsg(cinfo, &cmsg, 0); in resync_info_update()
1477 return sendmsg(cinfo, &cmsg, 1); in remove_disk()
1542 err = sendmsg(cinfo, &cmsg, 1); in gather_bitmaps()
/linux-6.1.9/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst105 **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an
107 **sendmsg6** call to sendto(2), sendmsg(2), sendmmsg(2) for an
/linux-6.1.9/net/nfc/
Drawsock.c278 .sendmsg = rawsock_sendmsg,
296 .sendmsg = sock_no_sendmsg,
/linux-6.1.9/net/phonet/
Dsocket.c425 return sk->sk_prot->sendmsg(sk, m, total_len); in pn_socket_sendmsg()
441 .sendmsg = pn_socket_sendmsg,
462 .sendmsg = pn_socket_sendmsg,
Ddatagram.c174 .sendmsg = pn_sendmsg,
/linux-6.1.9/net/atm/
Dpvc.c126 .sendmsg = vcc_sendmsg,
/linux-6.1.9/tools/testing/selftests/net/af_unix/
Ddiag_uid.c113 return sendmsg(self->netlink_fd, &msg, 0); in send_request()
/linux-6.1.9/net/bluetooth/cmtp/
Dsock.c184 .sendmsg = sock_no_sendmsg,
/linux-6.1.9/net/bluetooth/bnep/
Dsock.c182 .sendmsg = sock_no_sendmsg,

123456