/linux/fs/smb/server/ |
H A D | transport_rdma.c | 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 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() 1581 struct smb_direct_sendmsg *sendmsg; in smb_direct_send_negotiate_response() local 1586 if (IS_ERR(sendmsg)) in smb_direct_send_negotiate_response() [all …]
|
/linux/tools/testing/selftests/net/packetdrill/ |
H A D | tcp_zerocopy_maxfrags.pkt | 31 +0 sendmsg(4, {msg_name(...)=..., 43 +1 sendmsg(4, {msg_name(...)=..., 74 +0 sendmsg(4, {msg_name(...)=...,
|
/linux/Documentation/networking/ |
H A D | mctp.rst | 123 ``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()
|
H A D | rxrpc.rst | 9 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 …]
|
/linux/net/smc/ |
H A D | smc_inet.c | 48 .sendmsg = smc_sendmsg, 96 .sendmsg = smc_sendmsg,
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-cgroup.rst | 107 …- **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an unconnected udp4 socket (since 4.… 108 …- **sendmsg6** call to sendto(2), sendmsg(2), sendmmsg(2) for an unconnected udp6 socket (since 4.… 109 …- **sendmsg_unix** call to sendto(2), sendmsg(2), sendmmsg(2) for an unconnected unix socket (sinc…
|
/linux/net/rxrpc/ |
H A D | Makefile | 32 sendmsg.o \
|
/linux/Documentation/crypto/ |
H A D | userspace-if.rst | 158 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/drivers/isdn/mISDN/ |
H A D | l1oip.h | 80 struct msghdr sendmsg; /* ip message to send */ member
|
H A D | l1oip_core.c | 339 len = kernel_sendmsg(socket, &hc->sendmsg, &hc->sendiov, 1, len); in l1oip_socket_send() 695 hc->sendmsg.msg_name = &hc->sin_remote; in l1oip_socket_thread() 696 hc->sendmsg.msg_namelen = sizeof(hc->sin_remote); in l1oip_socket_thread() 697 hc->sendmsg.msg_control = NULL; in l1oip_socket_thread() 698 hc->sendmsg.msg_controllen = 0; in l1oip_socket_thread()
|
/linux/crypto/ |
H A D | algif_rng.c | 176 .sendmsg = sock_no_sendmsg, 197 .sendmsg = rng_test_sendmsg,
|
H A D | algif_skcipher.c | 260 .sendmsg = skcipher_sendmsg, 338 .sendmsg = skcipher_sendmsg_nokey,
|
H A D | algif_hash.c | 293 .sendmsg = hash_sendmsg, 382 .sendmsg = hash_sendmsg_nokey,
|
/linux/drivers/md/ |
H A D | md-cluster.c | 806 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg() function 1008 err = sendmsg(cinfo, &cmsg, 1); in resync_bitmap() 1138 ret = sendmsg(cinfo, &cmsg, 0); in update_bitmap_size() 1385 return sendmsg(cinfo, &cmsg, 0); in resync_start_notify() 1413 return sendmsg(cinfo, &cmsg, 1); in resync_info_update() 1415 return sendmsg(cinfo, &cmsg, 0); in resync_info_update() 1531 return sendmsg(cinfo, &cmsg, 1); in remove_disk() 1596 err = sendmsg(cinfo, &cmsg, 1); in gather_bitmaps()
|
/linux/net/ipv4/ |
H A D | udplite.c | 56 .sendmsg = udp_sendmsg,
|
/linux/kernel/ |
H A D | sys_ni.c | 158 COND_SYSCALL(sendmsg); 159 COND_SYSCALL_COMPAT(sendmsg);
|
/linux/net/ieee802154/ |
H A D | socket.c | 96 return sk->sk_prot->sendmsg(sk, msg, len); in ieee802154_sock_sendmsg() 400 .sendmsg = raw_sendmsg, 426 .sendmsg = ieee802154_sock_sendmsg, 961 .sendmsg = dgram_sendmsg, 988 .sendmsg = ieee802154_sock_sendmsg,
|
/linux/net/ipv6/ |
H A D | udplite.c | 55 .sendmsg = udpv6_sendmsg,
|
/linux/net/nfc/ |
H A D | rawsock.c | 281 .sendmsg = rawsock_sendmsg, 299 .sendmsg = sock_no_sendmsg,
|
/linux/net/phonet/ |
H A D | socket.c | 424 return sk->sk_prot->sendmsg(sk, m, total_len); in pn_socket_sendmsg() 440 .sendmsg = pn_socket_sendmsg, 460 .sendmsg = pn_socket_sendmsg,
|
H A D | datagram.c | 171 .sendmsg = pn_sendmsg,
|
/linux/net/atm/ |
H A D | pvc.c | 126 .sendmsg = vcc_sendmsg,
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | lwt_reroute.c | 138 sendmsg(s, &msg, MSG_NOSIGNAL); in overflow_fq()
|
H A D | sock_addr.c | 290 int (*sendmsg)(int fd, struct sockaddr *addr, socklen_t addrlen, member 311 return sendmsg(fd, &hdr, 0); in user_sendmsg() 326 .sendmsg = user_sendmsg, 337 .sendmsg = sock_sendmsg, 348 .sendmsg = kernel_sendmsg, 2423 err = test->ops->sendmsg(client, (struct sockaddr *)&addr, in test_xmsg()
|
/linux/tools/testing/selftests/net/af_unix/ |
H A D | diag_uid.c | 113 return sendmsg(self->netlink_fd, &msg, 0); in send_request()
|