Home
last modified time | relevance | path

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

1234567

/linux-6.3-rc2/fs/ksmbd/
A Dtransport_rdma.c861 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
1028 if (IS_ERR(sendmsg)) in smb_direct_create_header()
1029 return PTR_ERR(sendmsg); in smb_direct_create_header()
1067 smb_direct_free_sendmsg(t, sendmsg); in smb_direct_create_header()
1071 sendmsg->num_sge = 1; in smb_direct_create_header()
1075 *sendmsg_out = sendmsg; in smb_direct_create_header()
1572 struct smb_direct_sendmsg *sendmsg; in smb_direct_send_negotiate_response() local
1577 if (IS_ERR(sendmsg)) in smb_direct_send_negotiate_response()
[all …]
/linux-6.3-rc2/Documentation/networking/
A 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()
A Drxrpc.rst9 of AF_RXRPC family, using sendmsg() and recvmsg() with control data to send and
220 first sendmsg() of a call (struct msghdr::msg_name).
238 (#) When sending data for a call, sendmsg is given MSG_MORE if there's more
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
586 be done through sendmsg)::
599 of sendmsg() calls, each with the following control message attached:
609 sendmsg() call.
710 (7) The server then accepts the new call by issuing a sendmsg() with two
[all …]
A Dsmc-sysctl.rst14 write()/sendmsg() system calls, we try to coalesce these small writes
/linux-6.3-rc2/net/rxrpc/
A DMakefile32 sendmsg.o \
/linux-6.3-rc2/Documentation/crypto/
A 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.3-rc2/drivers/isdn/mISDN/
A Dl1oip.h80 struct msghdr sendmsg; /* ip message to send */ member
A 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.3-rc2/crypto/
A Dalgif_rng.c176 .sendmsg = sock_no_sendmsg,
199 .sendmsg = rng_test_sendmsg,
A Dalgif_skcipher.c196 .sendmsg = skcipher_sendmsg,
287 .sendmsg = skcipher_sendmsg_nokey,
A Dalgif_hash.c287 .sendmsg = hash_sendmsg,
389 .sendmsg = hash_sendmsg_nokey,
A Dalgif_aead.c370 .sendmsg = aead_sendmsg,
461 .sendmsg = aead_sendmsg_nokey,
/linux-6.3-rc2/net/ipv6/
A Dudplite.c52 .sendmsg = udpv6_sendmsg,
/linux-6.3-rc2/net/ipv4/
A Dudplite.c55 .sendmsg = udp_sendmsg,
/linux-6.3-rc2/kernel/
A Dsys_ni.c255 COND_SYSCALL(sendmsg);
256 COND_SYSCALL_COMPAT(sendmsg);
/linux-6.3-rc2/net/ieee802154/
A 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.3-rc2/drivers/md/
A 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.3-rc2/tools/bpf/bpftool/Documentation/
A 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.3-rc2/net/nfc/
A Drawsock.c281 .sendmsg = rawsock_sendmsg,
299 .sendmsg = sock_no_sendmsg,
/linux-6.3-rc2/net/phonet/
A 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,
A Ddatagram.c174 .sendmsg = pn_sendmsg,
/linux-6.3-rc2/net/atm/
A Dpvc.c126 .sendmsg = vcc_sendmsg,
/linux-6.3-rc2/tools/testing/selftests/net/af_unix/
A Ddiag_uid.c113 return sendmsg(self->netlink_fd, &msg, 0); in send_request()
/linux-6.3-rc2/net/bluetooth/cmtp/
A Dsock.c184 .sendmsg = sock_no_sendmsg,
/linux-6.3-rc2/net/bluetooth/bnep/
A Dsock.c182 .sendmsg = sock_no_sendmsg,

Completed in 34 milliseconds

1234567