Home
last modified time | relevance | path

Searched refs:MSG_SPLICE_PAGES (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.6.21/tools/perf/trace/beauty/
Dmsg_flags.c17 #ifndef MSG_SPLICE_PAGES
18 #define MSG_SPLICE_PAGES 0x8000000 macro
/linux-6.6.21/include/linux/
Dsocket.h330 #define MSG_SPLICE_PAGES 0x8000000 /* Splice the pages from the iterator in sendmsg() */ macro
343 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
/linux-6.6.21/tools/perf/trace/beauty/include/linux/
Dsocket.h330 #define MSG_SPLICE_PAGES 0x8000000 /* Splice the pages from the iterator in sendmsg() */ macro
343 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
/linux-6.6.21/net/rds/
Dtcp_send.c116 msg.msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL; in rds_tcp_xmit()
/linux-6.6.21/net/ipv4/
Dip_output.c1040 } else if ((flags & MSG_SPLICE_PAGES) && length) { in __ip_append_data()
1048 flags &= ~MSG_SPLICE_PAGES; in __ip_append_data()
1167 } else if (flags & MSG_SPLICE_PAGES) { in __ip_append_data()
1213 } else if (flags & MSG_SPLICE_PAGES) { in __ip_append_data()
Dtcp_bpf.c110 msghdr.msg_flags = flags | MSG_SPLICE_PAGES; in tcp_bpf_push()
Dtcp.c1069 } else if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES) && size) { in tcp_sendmsg_locked()
1071 zc = MSG_SPLICE_PAGES; in tcp_sendmsg_locked()
1242 } else if (zc == MSG_SPLICE_PAGES) { in tcp_sendmsg_locked()
/linux-6.6.21/net/ipv6/
Dip6_output.c1598 } else if ((flags & MSG_SPLICE_PAGES) && length) { in __ip6_append_data()
1606 flags &= ~MSG_SPLICE_PAGES; in __ip6_append_data()
1704 if (copy < 0 && !(flags & MSG_SPLICE_PAGES)) { in __ip6_append_data()
1755 } else if (flags & MSG_SPLICE_PAGES) { in __ip6_append_data()
1801 } else if (flags & MSG_SPLICE_PAGES) { in __ip6_append_data()
/linux-6.6.21/net/tls/
Dtls_device.c444 MSG_SPLICE_PAGES | MSG_EOR)) in tls_push_data()
499 if (copy && (flags & MSG_SPLICE_PAGES)) { in tls_push_data()
575 msg->msg_flags &= ~MSG_SPLICE_PAGES; in tls_device_sendmsg()
Dtls_main.c177 .msg_flags = MSG_SPLICE_PAGES | flags, in tls_push_sg()
Dtls_sw.c1088 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-6.6.21/drivers/nvme/target/
Dtcp.c582 .msg_flags = MSG_DONTWAIT | MSG_MORE | MSG_SPLICE_PAGES, in nvmet_try_send_data_pdu()
613 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, in nvmet_try_send_data()
662 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvmet_try_send_response()
692 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvmet_try_send_r2t()
/linux-6.6.21/crypto/
Daf_alg.c998 if (ctx->merge && !(msg->msg_flags & MSG_SPLICE_PAGES)) { in af_alg_sendmsg()
1040 if (msg->msg_flags & MSG_SPLICE_PAGES) { in af_alg_sendmsg()
/linux-6.6.21/net/xfrm/
Despintcp.c209 .msg_flags = flags | MSG_SPLICE_PAGES | MSG_MORE, in espintcp_sendskmsg_locked()
/linux-6.6.21/drivers/nvme/host/
Dtcp.c1002 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, in nvme_tcp_try_send_data()
1017 msg.msg_flags &= ~MSG_SPLICE_PAGES; in nvme_tcp_try_send_data()
1061 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvme_tcp_try_send_cmd_pdu()
1111 msg.msg_flags |= MSG_SPLICE_PAGES; in nvme_tcp_try_send_data_pdu()
/linux-6.6.21/net/sunrpc/
Dsvcsock.c700 .msg_flags = MSG_SPLICE_PAGES, in svc_udp_sendto()
1233 .msg_flags = MSG_SPLICE_PAGES, in svc_tcp_sendmsg()
/linux-6.6.21/net/kcm/
Dkcmsock.c607 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, in kcm_write_msgs()
831 if (msg->msg_flags & MSG_SPLICE_PAGES) { in kcm_sendmsg()
/linux-6.6.21/drivers/scsi/
Discsi_tcp.c320 msg.msg_flags |= MSG_SPLICE_PAGES; in iscsi_sw_tcp_xmit_segment()
/linux-6.6.21/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c328 .msg_flags = (MSG_MORE | MSG_DONTWAIT | MSG_SPLICE_PAGES), in siw_tcp_sendpages()
/linux-6.6.21/drivers/target/iscsi/
Discsi_target_util.c1133 struct msghdr msghdr = { .msg_flags = MSG_SPLICE_PAGES, }; in iscsit_fe_sendpage_sg()
/linux-6.6.21/Documentation/bpf/
Dmap_sockmap.rst243 calls relying on MSG_SPLICE_PAGES (e.g., ``sendfile()``) this will be the
/linux-6.6.21/fs/
Dsplice.c871 msg.msg_flags = MSG_SPLICE_PAGES; in splice_to_socket()
/linux-6.6.21/net/unix/
Daf_unix.c2208 if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES)) { in unix_stream_sendmsg()
2238 if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES)) { in unix_stream_sendmsg()
/linux-6.6.21/net/ceph/
Dmessenger_v1.c98 msg.msg_flags |= MSG_SPLICE_PAGES; in ceph_tcp_sendpage()
/linux-6.6.21/fs/dlm/
Dlowcomms.c1364 .msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL, in send_to_sock()

12