| /linux/tools/perf/trace/beauty/ |
| H A D | msg_flags.c | 20 #ifndef MSG_SPLICE_PAGES 21 #define MSG_SPLICE_PAGES 0x8000000 macro
|
| /linux/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 347 #define MSG_SPLICE_PAGES 0x8000000 /* Splice the pages from the iterator in sendmsg() */ macro 360 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
|
| /linux/net/rds/ |
| H A D | tcp_send.c | 116 msg.msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL; in rds_tcp_xmit()
|
| /linux/net/ipv6/ |
| H A D | ip6_output.c | 1574 } else if ((flags & MSG_SPLICE_PAGES) && length) { in __ip6_append_data() 1582 flags &= ~MSG_SPLICE_PAGES; in __ip6_append_data() 1690 if (copy < 0 && !(flags & MSG_SPLICE_PAGES)) { in __ip6_append_data() 1742 } else if (flags & MSG_SPLICE_PAGES) { in __ip6_append_data() 1789 } else if (flags & MSG_SPLICE_PAGES) { in __ip6_append_data()
|
| /linux/net/ipv4/ |
| H A D | ip_output.c | 1038 } else if ((flags & MSG_SPLICE_PAGES) && length) { in __ip_append_data() 1046 flags &= ~MSG_SPLICE_PAGES; in __ip_append_data() 1178 } else if (flags & MSG_SPLICE_PAGES) { in __ip_append_data() 1225 } else if (flags & MSG_SPLICE_PAGES) { in __ip_append_data()
|
| H A D | tcp_bpf.c | 113 msghdr.msg_flags = flags | MSG_SPLICE_PAGES; in tcp_bpf_push()
|
| H A D | tcp.c | 1168 } else if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES) && size) { in tcp_sendmsg_locked() 1170 zc = MSG_SPLICE_PAGES; in tcp_sendmsg_locked() 1349 } else if (zc == MSG_SPLICE_PAGES) { in tcp_sendmsg_locked()
|
| /linux/net/tls/ |
| H A D | tls_device.c | 441 MSG_SPLICE_PAGES | MSG_EOR)) in tls_push_data() 496 if (copy && (flags & MSG_SPLICE_PAGES)) { in tls_push_data() 572 msg->msg_flags &= ~MSG_SPLICE_PAGES; in tls_device_sendmsg()
|
| H A D | tls_main.c | 178 .msg_flags = MSG_SPLICE_PAGES | flags, in tls_push_sg()
|
| H A D | tls_sw.c | 1129 if (try_to_copy && (msg->msg_flags & MSG_SPLICE_PAGES)) { in tls_sw_sendmsg_locked() 1294 MSG_CMSG_COMPAT | MSG_SPLICE_PAGES | MSG_EOR | in tls_sw_sendmsg()
|
| /linux/net/rxrpc/ |
| H A D | output.c | 263 msg.msg_flags = MSG_SPLICE_PAGES; in rxrpc_send_ack_packet() 673 msg.msg_flags = MSG_SPLICE_PAGES; in rxrpc_send_data_packet() 958 msg.msg_flags = MSG_SPLICE_PAGES; in rxrpc_send_response()
|
| H A D | rxgk.c | 666 msg.msg_flags = MSG_SPLICE_PAGES; in rxgk_issue_challenge()
|
| /linux/drivers/nvme/target/ |
| H A D | tcp.c | 631 .msg_flags = MSG_DONTWAIT | MSG_MORE | MSG_SPLICE_PAGES, in nvmet_try_send_data_pdu() 662 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, in nvmet_try_send_data() 711 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvmet_try_send_response() 741 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvmet_try_send_r2t()
|
| /linux/crypto/ |
| H A D | af_alg.c | 976 if (ctx->merge && !(msg->msg_flags & MSG_SPLICE_PAGES)) { in af_alg_sendmsg() 1020 if (msg->msg_flags & MSG_SPLICE_PAGES) { in af_alg_sendmsg()
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_qp_tx.c | 328 .msg_flags = (MSG_MORE | MSG_DONTWAIT | MSG_SPLICE_PAGES), in siw_tcp_sendpages() 341 msg.msg_flags &= ~MSG_SPLICE_PAGES; in siw_tcp_sendpages()
|
| /linux/net/xfrm/ |
| H A D | espintcp.c | 210 .msg_flags = flags | MSG_SPLICE_PAGES | MSG_MORE, in espintcp_sendskmsg_locked()
|
| /linux/drivers/nvme/host/ |
| H A D | tcp.c | 1148 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, in nvme_tcp_try_send_data() 1163 msg.msg_flags &= ~MSG_SPLICE_PAGES; in nvme_tcp_try_send_data() 1207 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvme_tcp_try_send_cmd_pdu() 1257 msg.msg_flags |= MSG_SPLICE_PAGES; in nvme_tcp_try_send_data_pdu()
|
| /linux/net/sunrpc/ |
| H A D | svcsock.c | 732 .msg_flags = MSG_SPLICE_PAGES, in svc_udp_sendto() 1230 * MSG_SPLICE_PAGES is used exclusively to reduce the number of in svc_tcp_recvfrom() 1238 .msg_flags = MSG_SPLICE_PAGES,
|
| /linux/net/kcm/ |
| H A D | kcmsock.c | 608 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, in kcm_write_msgs() 835 if (msg->msg_flags & MSG_SPLICE_PAGES) { in kcm_sendmsg()
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_util.c | 1096 struct msghdr msghdr = { .msg_flags = MSG_SPLICE_PAGES, }; in iscsit_fe_sendpage_sg()
|
| /linux/Documentation/bpf/ |
| H A D | map_sockmap.rst | 243 calls relying on MSG_SPLICE_PAGES (e.g., ``sendfile()``) this will be the
|
| /linux/fs/ |
| H A D | splice.c | 874 msg.msg_flags = MSG_SPLICE_PAGES; in splice_to_socket()
|
| /linux/net/ceph/ |
| H A D | messenger_v1.c | 98 msg.msg_flags |= MSG_SPLICE_PAGES; in ceph_tcp_sendpage()
|
| /linux/fs/dlm/ |
| H A D | lowcomms.c | 1368 .msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL, in send_to_sock()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 2426 if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES)) { in unix_stream_sendmsg() 2459 if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES)) { in unix_stream_sendmsg()
|