| /linux/tools/testing/selftests/net/packetdrill/ |
| 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/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 | kcm.rst | 259 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/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/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/tc-testing/ |
| H A D | tdc_gso.py | 42 sent = sock.sendmsg([payload], cmsg, 0, (args.dst, args.port))
|
| /linux/tools/testing/selftests/net/ |
| H A D | ipv6_fragmentation.c | 98 rc = sendmsg(s, &msg, 0); in main()
|
| H A D | ipv6_flowlabel.c | 87 ret = sendmsg(fd, &msg, 0); in do_send()
|
| /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/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, 975 .sendmsg = dgram_sendmsg, 1002 .sendmsg = ieee802154_sock_sendmsg,
|
| /linux/net/nfc/ |
| H A D | rawsock.c | 292 .sendmsg = rawsock_sendmsg, 310 .sendmsg = sock_no_sendmsg,
|
| /linux/crypto/ |
| H A D | algif_skcipher.c | 246 .sendmsg = skcipher_sendmsg, 324 .sendmsg = skcipher_sendmsg_nokey,
|
| /linux/net/phonet/ |
| H A D | socket.c | 430 return sk->sk_prot->sendmsg(sk, m, total_len); in pn_socket_sendmsg() 446 .sendmsg = pn_socket_sendmsg, 466 .sendmsg = pn_socket_sendmsg,
|
| H A D | datagram.c | 171 .sendmsg = pn_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 | 286 int (*sendmsg)(int fd, struct sockaddr *addr, socklen_t addrlen, member 307 return sendmsg(fd, &hdr, 0); in user_sendmsg() 322 .sendmsg = user_sendmsg, 333 .sendmsg = sock_sendmsg, 344 .sendmsg = kernel_sendmsg, 2419 err = test->ops->sendmsg(client, (struct sockaddr *)&addr, in test_xmsg()
|
| H A D | crypto_sanity.c | 71 sendmsg(opfd, &msg, 0); in do_crypt_afalg()
|
| /linux/tools/testing/selftests/net/af_unix/ |
| H A D | diag_uid.c | 113 return sendmsg(self->netlink_fd, &msg, 0); in send_request()
|
| /linux/arch/um/drivers/ |
| H A D | mconsole_user.c | 56 return sendmsg(req->originating_fd, &msg, 0); in mconsole_reply_v0()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | common.h | 194 if (sendmsg(usock, &msg, 0) < 0) in send_fd()
|
| /linux/samples/seccomp/ |
| H A D | user-trap.c | 55 if (sendmsg(sock, &msg, 0) < 0) { in send_fd()
|