Symbol: 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/nvme/host/tcp.c
1141
.msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES,
drivers/nvme/host/tcp.c
1156
msg.msg_flags &= ~MSG_SPLICE_PAGES;
drivers/nvme/host/tcp.c
1200
struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, };
drivers/nvme/host/tcp.c
1250
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
1370
.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
359
(MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED | MSG_NO_SHARED_FRAGS)
net/ceph/messenger_v1.c
98
msg.msg_flags |= MSG_SPLICE_PAGES;
net/ceph/messenger_v2.c
168
msg.msg_flags |= MSG_SPLICE_PAGES;
net/ceph/messenger_v2.c
170
msg.msg_flags &= ~MSG_SPLICE_PAGES;
net/core/skbuff.c
3370
.msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT |
net/ipv4/ip_output.c
1037
} else if ((flags & MSG_SPLICE_PAGES) && length) {
net/ipv4/ip_output.c
1045
flags &= ~MSG_SPLICE_PAGES;
net/ipv4/ip_output.c
1174
} else if (flags & MSG_SPLICE_PAGES) {
net/ipv4/ip_output.c
1221
} else if (flags & MSG_SPLICE_PAGES) {
net/ipv4/tcp.c
1167
} else if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES) && size) {
net/ipv4/tcp.c
1169
zc = MSG_SPLICE_PAGES;
net/ipv4/tcp.c
1348
} else if (zc == MSG_SPLICE_PAGES) {
net/ipv4/tcp_bpf.c
113
msghdr.msg_flags = flags | MSG_SPLICE_PAGES;
net/ipv6/ip6_output.c
1573
} else if ((flags & MSG_SPLICE_PAGES) && length) {
net/ipv6/ip6_output.c
1581
flags &= ~MSG_SPLICE_PAGES;
net/ipv6/ip6_output.c
1738
} else if (flags & MSG_SPLICE_PAGES) {
net/ipv6/ip6_output.c
1785
} else if (flags & MSG_SPLICE_PAGES) {
net/kcm/kcmsock.c
609
.msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES,
net/kcm/kcmsock.c
836
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
263
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
666
msg.msg_flags = MSG_SPLICE_PAGES;
net/sunrpc/svcsock.c
1253
.msg_flags = MSG_SPLICE_PAGES,
net/sunrpc/svcsock.c
742
.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
176
.msg_flags = MSG_SPLICE_PAGES | flags,
net/tls/tls_sw.c
1000
MSG_CMSG_COMPAT | MSG_SPLICE_PAGES | MSG_EOR |
net/tls/tls_sw.c
849
if (try_to_copy && (msg->msg_flags & MSG_SPLICE_PAGES)) {
net/unix/af_unix.c
2422
if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES)) {
net/unix/af_unix.c
2455
if (unlikely(msg->msg_flags & MSG_SPLICE_PAGES)) {
net/xfrm/espintcp.c
210
.msg_flags = flags | MSG_SPLICE_PAGES | MSG_MORE,
tools/perf/trace/beauty/include/linux/socket.h
359
(MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED | MSG_NO_SHARED_FRAGS)
tools/perf/trace/beauty/msg_flags.c
22
#ifndef MSG_SPLICE_PAGES