| /linux/tools/perf/trace/beauty/ |
| A D | msg_flags.c | 20 #ifndef MSG_SPLICE_PAGES 21 #define MSG_SPLICE_PAGES 0x8000000 macro
|
| /linux/include/linux/ |
| A D | socket.h | 332 #define MSG_SPLICE_PAGES 0x8000000 /* Splice the pages from the iterator in sendmsg() */ macro 345 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
|
| /linux/tools/perf/trace/beauty/include/linux/ |
| A D | socket.h | 332 #define MSG_SPLICE_PAGES 0x8000000 /* Splice the pages from the iterator in sendmsg() */ macro 345 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
|
| /linux/net/rds/ |
| A D | tcp_send.c | 116 msg.msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL; in rds_tcp_xmit()
|
| /linux/net/tls/ |
| A D | tls_device.c | 438 MSG_SPLICE_PAGES | MSG_EOR)) in tls_push_data() 493 if (copy && (flags & MSG_SPLICE_PAGES)) { in tls_push_data() 569 msg->msg_flags &= ~MSG_SPLICE_PAGES; in tls_device_sendmsg()
|
| A D | tls_main.c | 178 .msg_flags = MSG_SPLICE_PAGES | flags, in tls_push_sg()
|
| A D | tls_sw.c | 1088 if (try_to_copy && (msg->msg_flags & MSG_SPLICE_PAGES)) { in tls_sw_sendmsg_locked() 1232 MSG_CMSG_COMPAT | MSG_SPLICE_PAGES | MSG_EOR | in tls_sw_sendmsg()
|
| /linux/net/ipv4/ |
| A D | ip_output.c | 1039 } else if ((flags & MSG_SPLICE_PAGES) && length) { in __ip_append_data() 1047 flags &= ~MSG_SPLICE_PAGES; in __ip_append_data() 1171 } else if (flags & MSG_SPLICE_PAGES) { in __ip_append_data() 1217 } else if (flags & MSG_SPLICE_PAGES) { in __ip_append_data()
|
| A D | tcp_bpf.c | 110 msghdr.msg_flags = flags | MSG_SPLICE_PAGES; in tcp_bpf_push()
|
| A D | tcp.c | 1082 } else if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES) && size) { in tcp_sendmsg_locked() 1084 zc = MSG_SPLICE_PAGES; in tcp_sendmsg_locked() 1258 } else if (zc == MSG_SPLICE_PAGES) { in tcp_sendmsg_locked()
|
| /linux/net/ipv6/ |
| A D | ip6_output.c | 1535 } else if ((flags & MSG_SPLICE_PAGES) && length) { in __ip6_append_data() 1543 flags &= ~MSG_SPLICE_PAGES; in __ip6_append_data() 1646 if (copy < 0 && !(flags & MSG_SPLICE_PAGES)) { in __ip6_append_data() 1697 } else if (flags & MSG_SPLICE_PAGES) { in __ip6_append_data() 1743 } else if (flags & MSG_SPLICE_PAGES) { in __ip6_append_data()
|
| /linux/net/rxrpc/ |
| A D | output.c | 196 msg.msg_flags = MSG_SPLICE_PAGES; in rxrpc_send_ack_packet() 461 msg.msg_flags = MSG_SPLICE_PAGES; in rxrpc_send_data_packet()
|
| /linux/drivers/nvme/target/ |
| A D | tcp.c | 607 .msg_flags = MSG_DONTWAIT | MSG_MORE | MSG_SPLICE_PAGES, in nvmet_try_send_data_pdu() 638 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, in nvmet_try_send_data() 687 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvmet_try_send_response() 717 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvmet_try_send_r2t()
|
| /linux/crypto/ |
| A D | af_alg.c | 999 if (ctx->merge && !(msg->msg_flags & MSG_SPLICE_PAGES)) { in af_alg_sendmsg() 1041 if (msg->msg_flags & MSG_SPLICE_PAGES) { in af_alg_sendmsg()
|
| /linux/drivers/infiniband/sw/siw/ |
| A D | siw_qp_tx.c | 322 .msg_flags = (MSG_MORE | MSG_DONTWAIT | MSG_SPLICE_PAGES), in siw_tcp_sendpages() 335 msg.msg_flags &= ~MSG_SPLICE_PAGES; in siw_tcp_sendpages()
|
| /linux/net/xfrm/ |
| A D | espintcp.c | 211 .msg_flags = flags | MSG_SPLICE_PAGES | MSG_MORE, in espintcp_sendskmsg_locked()
|
| /linux/drivers/nvme/host/ |
| A D | tcp.c | 1055 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, in nvme_tcp_try_send_data() 1070 msg.msg_flags &= ~MSG_SPLICE_PAGES; in nvme_tcp_try_send_data() 1114 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvme_tcp_try_send_cmd_pdu() 1164 msg.msg_flags |= MSG_SPLICE_PAGES; in nvme_tcp_try_send_data_pdu()
|
| /linux/net/sunrpc/ |
| A D | svcsock.c | 700 .msg_flags = MSG_SPLICE_PAGES, in svc_udp_sendto() 1214 .msg_flags = MSG_SPLICE_PAGES, in svc_tcp_sendmsg()
|
| /linux/net/kcm/ |
| A D | kcmsock.c | 607 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, in kcm_write_msgs() 833 if (msg->msg_flags & MSG_SPLICE_PAGES) { in kcm_sendmsg()
|
| /linux/drivers/scsi/ |
| A D | iscsi_tcp.c | 320 msg.msg_flags |= MSG_SPLICE_PAGES; in iscsi_sw_tcp_xmit_segment()
|
| /linux/drivers/target/iscsi/ |
| A D | iscsi_target_util.c | 1133 struct msghdr msghdr = { .msg_flags = MSG_SPLICE_PAGES, }; in iscsit_fe_sendpage_sg()
|
| /linux/Documentation/bpf/ |
| A D | map_sockmap.rst | 243 calls relying on MSG_SPLICE_PAGES (e.g., ``sendfile()``) this will be the
|
| /linux/fs/dlm/ |
| A D | lowcomms.c | 1366 .msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL, in send_to_sock()
|
| /linux/fs/ |
| A D | splice.c | 879 msg.msg_flags = MSG_SPLICE_PAGES; in splice_to_socket()
|
| /linux/net/ceph/ |
| A D | messenger_v1.c | 98 msg.msg_flags |= MSG_SPLICE_PAGES; in ceph_tcp_sendpage()
|