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

12

/linux-master/tools/perf/trace/beauty/
H A Dmsg_flags.c17 #ifndef MSG_SPLICE_PAGES
18 #define MSG_SPLICE_PAGES 0x8000000 macro
/linux-master/include/linux/
H A 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-master/tools/perf/trace/beauty/include/linux/
H A 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-master/net/rds/
H A Dtcp_send.c116 msg.msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL;
/linux-master/net/tls/
H A Dtls_device.c441 MSG_SPLICE_PAGES | MSG_EOR))
496 if (copy && (flags & MSG_SPLICE_PAGES)) {
572 msg->msg_flags &= ~MSG_SPLICE_PAGES;
H A Dtls_main.c178 .msg_flags = MSG_SPLICE_PAGES | flags,
H A Dtls_sw.c1088 if (try_to_copy && (msg->msg_flags & MSG_SPLICE_PAGES)) {
1232 MSG_CMSG_COMPAT | MSG_SPLICE_PAGES | MSG_EOR |
/linux-master/net/ipv4/
H A Dip_output.c1038 } else if ((flags & MSG_SPLICE_PAGES) && length) {
1046 flags &= ~MSG_SPLICE_PAGES;
1170 } else if (flags & MSG_SPLICE_PAGES) {
1216 } else if (flags & MSG_SPLICE_PAGES) {
H A Dtcp_bpf.c110 msghdr.msg_flags = flags | MSG_SPLICE_PAGES;
H A Dtcp.c1070 } else if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES) && size) {
1072 zc = MSG_SPLICE_PAGES;
1243 } else if (zc == MSG_SPLICE_PAGES) {
/linux-master/net/rxrpc/
H A Doutput.c196 msg.msg_flags = MSG_SPLICE_PAGES;
461 msg.msg_flags = MSG_SPLICE_PAGES;
/linux-master/net/ipv6/
H A Dip6_output.c1526 } else if ((flags & MSG_SPLICE_PAGES) && length) {
1534 flags &= ~MSG_SPLICE_PAGES;
1637 if (copy < 0 && !(flags & MSG_SPLICE_PAGES)) {
1688 } else if (flags & MSG_SPLICE_PAGES) {
1734 } else if (flags & MSG_SPLICE_PAGES) {
/linux-master/net/xfrm/
H A Despintcp.c211 .msg_flags = flags | MSG_SPLICE_PAGES | MSG_MORE,
/linux-master/drivers/nvme/host/
H A Dtcp.c1034 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES,
1049 msg.msg_flags &= ~MSG_SPLICE_PAGES;
1093 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, };
1143 msg.msg_flags |= MSG_SPLICE_PAGES;
/linux-master/drivers/nvme/target/
H A Dtcp.c606 .msg_flags = MSG_DONTWAIT | MSG_MORE | MSG_SPLICE_PAGES,
637 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES,
686 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, };
716 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, };
/linux-master/crypto/
H A Daf_alg.c998 if (ctx->merge && !(msg->msg_flags & MSG_SPLICE_PAGES)) {
1040 if (msg->msg_flags & MSG_SPLICE_PAGES) {
/linux-master/net/kcm/
H A Dkcmsock.c607 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES,
832 if (msg->msg_flags & MSG_SPLICE_PAGES) {
/linux-master/net/sunrpc/
H A Dsvcsock.c700 .msg_flags = MSG_SPLICE_PAGES,
1206 * MSG_SPLICE_PAGES is used exclusively to reduce the number of
1214 .msg_flags = MSG_SPLICE_PAGES,
/linux-master/drivers/scsi/
H A Discsi_tcp.c320 msg.msg_flags |= MSG_SPLICE_PAGES;
/linux-master/drivers/target/iscsi/
H A Discsi_target_util.c1133 struct msghdr msghdr = { .msg_flags = MSG_SPLICE_PAGES, };
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c309 * 0copy TCP transmit interface: Use MSG_SPLICE_PAGES.
322 .msg_flags = (MSG_MORE | MSG_DONTWAIT | MSG_SPLICE_PAGES),
/linux-master/fs/ocfs2/cluster/
H A Dtcp.c944 msg.msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES;
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c1098 if (msg->msg_flags & MSG_SPLICE_PAGES) {
/linux-master/fs/
H A Dsplice.c879 msg.msg_flags = MSG_SPLICE_PAGES;
/linux-master/fs/dlm/
H A Dlowcomms.c1373 .msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL,

Completed in 746 milliseconds

12