Symbol: MSG_SPLICE_PAGES
crypto/af_alg.c
1022
if (msg->msg_flags & MSG_SPLICE_PAGES) {
crypto/af_alg.c
978
if (ctx->merge && !(msg->msg_flags & MSG_SPLICE_PAGES)) {
drivers/block/drbd/drbd_main.c
1534
msg.msg_flags |= MSG_NOSIGNAL | MSG_SPLICE_PAGES;
drivers/infiniband/sw/siw/siw_qp_tx.c
328
.msg_flags = (MSG_MORE | MSG_DONTWAIT | MSG_SPLICE_PAGES),
drivers/infiniband/sw/siw/siw_qp_tx.c
341
msg.msg_flags &= ~MSG_SPLICE_PAGES;
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
1092
if (msg->msg_flags & MSG_SPLICE_PAGES) {
drivers/nvme/host/tcp.c
1148
.msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES,
drivers/nvme/host/tcp.c
1163
msg.msg_flags &= ~MSG_SPLICE_PAGES;
drivers/nvme/host/tcp.c
1207
struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, };
drivers/nvme/host/tcp.c
1257
msg.msg_flags |= MSG_SPLICE_PAGES;
drivers/nvme/target/tcp.c
631
.msg_flags = MSG_DONTWAIT | MSG_MORE | MSG_SPLICE_PAGES,
drivers/nvme/target/tcp.c
662
.msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES,
drivers/nvme/target/tcp.c
711
struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, };
drivers/nvme/target/tcp.c
741
struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, };
drivers/scsi/iscsi_tcp.c
319
msg.msg_flags |= MSG_SPLICE_PAGES;
drivers/target/iscsi/iscsi_target_util.c
1096
struct msghdr msghdr = { .msg_flags = MSG_SPLICE_PAGES, };
fs/dlm/lowcomms.c
1368
.msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL,
fs/ocfs2/cluster/tcp.c
944
msg.msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES;
fs/splice.c
874
msg.msg_flags = MSG_SPLICE_PAGES;
include/linux/socket.h
360
(MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
net/ceph/messenger_v1.c
98
msg.msg_flags |= MSG_SPLICE_PAGES;
net/ceph/messenger_v2.c
169
msg.msg_flags |= MSG_SPLICE_PAGES;
net/ceph/messenger_v2.c
171
msg.msg_flags &= ~MSG_SPLICE_PAGES;
net/core/skbuff.c
3364
.msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT |
net/ipv4/ip_output.c
1038
} else if ((flags & MSG_SPLICE_PAGES) && length) {
net/ipv4/ip_output.c
1046
flags &= ~MSG_SPLICE_PAGES;
net/ipv4/ip_output.c
1178
} else if (flags & MSG_SPLICE_PAGES) {
net/ipv4/ip_output.c
1225
} else if (flags & MSG_SPLICE_PAGES) {
net/ipv4/tcp.c
1181
} else if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES) && size) {
net/ipv4/tcp.c
1183
zc = MSG_SPLICE_PAGES;
net/ipv4/tcp.c
1362
} else if (zc == MSG_SPLICE_PAGES) {
net/ipv4/tcp_bpf.c
113
msghdr.msg_flags = flags | MSG_SPLICE_PAGES;
net/ipv6/ip6_output.c
1542
} else if ((flags & MSG_SPLICE_PAGES) && length) {
net/ipv6/ip6_output.c
1550
flags &= ~MSG_SPLICE_PAGES;
net/ipv6/ip6_output.c
1658
if (copy < 0 && !(flags & MSG_SPLICE_PAGES)) {
net/ipv6/ip6_output.c
1710
} else if (flags & MSG_SPLICE_PAGES) {
net/ipv6/ip6_output.c
1757
} else if (flags & MSG_SPLICE_PAGES) {
net/kcm/kcmsock.c
608
.msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES,
net/kcm/kcmsock.c
835
if (msg->msg_flags & MSG_SPLICE_PAGES) {
net/rds/tcp_send.c
116
msg.msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL;
net/rxrpc/output.c
265
msg.msg_flags = MSG_SPLICE_PAGES;
net/rxrpc/output.c
673
msg.msg_flags = MSG_SPLICE_PAGES;
net/rxrpc/output.c
958
msg.msg_flags = MSG_SPLICE_PAGES;
net/rxrpc/rxgk.c
658
msg.msg_flags = MSG_SPLICE_PAGES;
net/sunrpc/svcsock.c
1243
.msg_flags = MSG_SPLICE_PAGES,
net/sunrpc/svcsock.c
738
.msg_flags = MSG_SPLICE_PAGES,
net/tls/tls_device.c
441
MSG_SPLICE_PAGES | MSG_EOR))
net/tls/tls_device.c
496
if (copy && (flags & MSG_SPLICE_PAGES)) {
net/tls/tls_device.c
572
msg->msg_flags &= ~MSG_SPLICE_PAGES;
net/tls/tls_main.c
178
.msg_flags = MSG_SPLICE_PAGES | flags,
net/tls/tls_sw.c
1109
if (try_to_copy && (msg->msg_flags & MSG_SPLICE_PAGES)) {
net/tls/tls_sw.c
1274
MSG_CMSG_COMPAT | MSG_SPLICE_PAGES | MSG_EOR |
net/unix/af_unix.c
2412
if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES)) {
net/unix/af_unix.c
2445
if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES)) {
net/xfrm/espintcp.c
213
.msg_flags = flags | MSG_SPLICE_PAGES | MSG_MORE,
tools/perf/trace/beauty/include/linux/socket.h
360
(MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
tools/perf/trace/beauty/msg_flags.c
20
#ifndef MSG_SPLICE_PAGES