| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_nagle_sendmsg_msg_more.pkt | 18 +0 sendmsg(4, {msg_name(...)=..., 24 +0 sendmsg(4, {msg_name(...)=..., 26 +.005 sendmsg(4, {msg_name(...)=..., 28 +.01 sendmsg(4, {msg_name(...)=..., 31 +.008 sendmsg(4, {msg_name(...)=..., 38 +.1 sendmsg(4, {msg_name(...)=..., 41 +.003 sendmsg(4, {msg_name(...)=..., 49 +.001 sendmsg(4, {msg_name(...)=..., 51 +.002 sendmsg(4, {msg_name(...)=..., 53 +.003 sendmsg(4, {msg_name(...)=..., [all …]
|
| H A D | tcp_syscall_bad_arg_sendmsg-empty-iov.pkt | 20 +0 sendmsg(4, {msg_name(...)=..., 26 +0 sendmsg(4, {msg_name(...)=..., 30 +0 sendmsg(4, {msg_name(...)=...,
|
| H A D | tcp_zerocopy_maxfrags.pkt | 33 +0 sendmsg(4, {msg_name(...)=..., 45 +1 sendmsg(4, {msg_name(...)=..., 76 +0 sendmsg(4, {msg_name(...)=...,
|
| /linux/fs/smb/server/ |
| H A D | transport_rdma.c | 1064 struct smbdirect_send_io *sendmsg, *sibling, *next; in send_done() local 1068 sendmsg = container_of(wc->wr_cqe, struct smbdirect_send_io, cqe); in send_done() 1069 sc = sendmsg->socket; in send_done() 1075 if (unlikely(!(sendmsg->wr.send_flags & IB_SEND_SIGNALED))) { in send_done() 1103 list_for_each_entry_safe(sibling, next, &sendmsg->sibling_list, sibling_list) { in send_done() 1109 smb_direct_free_sendmsg(sc, sendmsg); in send_done() 1361 struct smbdirect_send_io *sendmsg; in smb_direct_create_header() local 1366 sendmsg = smb_direct_alloc_sendmsg(sc); in smb_direct_create_header() 1367 if (IS_ERR(sendmsg)) in smb_direct_create_header() 1368 return PTR_ERR(sendmsg); in smb_direct_create_header() [all …]
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | timestamping.rst | 83 也可以通过 cmsg 为单个 sendmsg 调用启用时间戳生成(1.3.4)。 184 err = sendmsg(fd, msg, 0); 266 禁用时间戳即可采样每个 sendmsg() 的时间戳:: 277 err = sendmsg(fd, msg, 0); 319 标志在sendmsg()时。
|
| H A D | msg_zerocopy.rst | 56 [PATCH net-next v4 0/9] socket sendmsg MSG_ZEROCOPY 79 对 send(或 sendto、sendmsg、sendmmsg)本身的改动非常简单。只需传递新的标志即可。
|
| /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 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 …]
|
| /linux/net/smc/ |
| H A D | smc_inet.c | 48 .sendmsg = smc_sendmsg, 95 .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/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 324 - *Additional Data* can be provided using the send()/sendmsg() system calls,
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | SCTP.rst | 81 SCTP_SENDMSG_CONNECT - 通过sendmsg(2)或sctp_sendmsg(3)在新关联上 138 sctp_connectx(3),sendmsg(2)
|
| /linux/tools/testing/selftests/namespaces/ |
| H A D | siocgskns_test.c | 127 if (sendmsg(ipc_sockets[1], &msg, 0) < 0) { in TEST() 463 if (sendmsg(ipc_sockets[1], &msg, 0) < 0) { in TEST() 643 if (sendmsg(ipc_sockets[1], &msg, 0) < 0) { in TEST() 845 if (sendmsg(ipc_sockets[1], &msg, 0) < 0) { in TEST() 1055 if (sendmsg(ipc_sockets[1], &msg, 0) < 0) { in TEST() 1435 if (sendmsg(ipc_L3[1], &msg, 0) < 0) { in TEST() 1498 if (sendmsg(ipc_L2[1], &msg, 0) < 0) { in TEST() 1561 if (sendmsg(ipc_sockets[1], &msg, 0) < 0) { in TEST()
|
| /linux/drivers/md/ |
| H A D | md-cluster.c | 811 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg() function 1013 err = sendmsg(cinfo, &cmsg, 1); in resync_bitmap() 1143 ret = sendmsg(cinfo, &cmsg, 0); in update_bitmap_size() 1390 return sendmsg(cinfo, &cmsg, 0); in resync_start_notify() 1418 return sendmsg(cinfo, &cmsg, 1); in resync_info_update() 1420 return sendmsg(cinfo, &cmsg, 0); in resync_info_update() 1536 return sendmsg(cinfo, &cmsg, 1); in remove_disk() 1601 err = sendmsg(cinfo, &cmsg, 1); in gather_bitmaps()
|
| /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,
|
| /linux/net/rxrpc/ |
| H A D | Makefile | 34 sendmsg.o \
|
| /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/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/tools/testing/selftests/net/ |
| H A D | ipv6_fragmentation.c | 98 rc = sendmsg(s, &msg, 0); in main()
|
| /linux/kernel/ |
| H A D | sys_ni.c | 158 COND_SYSCALL(sendmsg); 159 COND_SYSCALL_COMPAT(sendmsg);
|
| /linux/net/ipv4/ |
| H A D | udplite.c | 55 .sendmsg = udp_sendmsg,
|
| /linux/net/ipv6/ |
| H A D | udplite.c | 54 .sendmsg = udpv6_sendmsg,
|
| /linux/net/nfc/ |
| H A D | rawsock.c | 292 .sendmsg = rawsock_sendmsg, 310 .sendmsg = sock_no_sendmsg,
|