Home
last modified time | relevance | path

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

123456

/linux/fs/ksmbd/
A Dtransport_rdma.c848 t = sendmsg->transport; in send_done()
861 if (sendmsg->num_sge > 1) { in send_done()
872 for (pos = &sendmsg->list, prev = pos->prev, end = sendmsg->list.next; in send_done()
1010 struct smb_direct_sendmsg *sendmsg; in smb_direct_create_header() local
1016 if (IS_ERR(sendmsg)) in smb_direct_create_header()
1017 return PTR_ERR(sendmsg); in smb_direct_create_header()
1059 sendmsg->num_sge = 1; in smb_direct_create_header()
1063 *sendmsg_out = sendmsg; in smb_direct_create_header()
1497 struct smb_direct_sendmsg *sendmsg; in smb_direct_send_negotiate_response() local
1502 if (IS_ERR(sendmsg)) in smb_direct_send_negotiate_response()
[all …]
/linux/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
222 sendmsg()
230 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 Dkcm.rst259 2) Send a group of messages each with a sendmsg call, where all messages
260 except the last have MSG_BATCH in the flags of sendmsg call.
262 with a single sendmsg.
/linux/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/net/rxrpc/
A DMakefile30 sendmsg.o \
/linux/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.c286 .sendmsg = hash_sendmsg,
388 .sendmsg = hash_sendmsg_nokey,
A Dalgif_aead.c370 .sendmsg = aead_sendmsg,
461 .sendmsg = aead_sendmsg_nokey,
/linux/drivers/isdn/mISDN/
A Dl1oip.h79 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()
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/tools/testing/selftests/net/
A Dcmsg_so_mark.c62 err = sendmsg(fd, &msg, 0); in main()
A Dipv6_flowlabel.c64 ret = sendmsg(fd, &msg, 0); in do_send()
/linux/net/ieee802154/
A Dsocket.c96 return sk->sk_prot->sendmsg(sk, msg, len); in ieee802154_sock_sendmsg()
395 .sendmsg = raw_sendmsg,
421 .sendmsg = ieee802154_sock_sendmsg,
953 .sendmsg = dgram_sendmsg,
980 .sendmsg = ieee802154_sock_sendmsg,
/linux/kernel/
A Dsys_ni.c255 COND_SYSCALL(sendmsg);
256 COND_SYSCALL_COMPAT(sendmsg);
/linux/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/net/ipv4/
A Dudplite.c47 .sendmsg = udp_sendmsg,
/linux/net/ipv6/
A Dudplite.c45 .sendmsg = udpv6_sendmsg,
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-cgroup.rst96 **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an
98 **sendmsg6** call to sendto(2), sendmsg(2), sendmmsg(2) for an
/linux/net/nfc/
A Drawsock.c279 .sendmsg = rawsock_sendmsg,
297 .sendmsg = sock_no_sendmsg,
/linux/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/samples/bpf/
A Dxdpsock_ctrl_proc.c88 int ret = sendmsg(sock, &msg, 0); in send_xsks_map_fd()
/linux/net/atm/
A Dpvc.c126 .sendmsg = vcc_sendmsg,

Completed in 63 milliseconds

123456