Symbol: MSG_MORE
crypto/af_alg.c
1060
ctx->more = msg->msg_flags & MSG_MORE;
crypto/algif_hash.c
136
!(msg->msg_flags & MSG_MORE)) {
crypto/algif_hash.c
148
if (msg_data_left(msg) || (msg->msg_flags & MSG_MORE))
crypto/algif_hash.c
164
ctx->more = msg->msg_flags & MSG_MORE;
crypto/algif_hash.c
91
if (!(msg->msg_flags & MSG_MORE)) {
drivers/block/drbd/drbd_main.c
1580
? 0 : MSG_MORE);
drivers/block/drbd/drbd_main.c
1598
bio_iter_last(bvec, iter) ? 0 : MSG_MORE);
drivers/block/drbd/drbd_main.c
1619
page_chain_next(page) ? MSG_MORE : 0);
drivers/block/drbd/drbd_main.c
1622
page_chain_next(page) ? MSG_MORE : 0);
drivers/block/drbd/drbd_main.c
623
msg_flags = data ? MSG_MORE : 0;
drivers/block/nbd.c
716
(type == NBD_CMD_WRITE) ? MSG_MORE : 0, &sent);
drivers/block/nbd.c
748
int flags = is_last ? 0 : MSG_MORE;
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
337
msg.msg_flags &= ~MSG_MORE;
drivers/infiniband/sw/siw/siw_qp_tx.c
453
rv = siw_tx_ctrl(c_tx, s, MSG_DONTWAIT | MSG_MORE);
drivers/infiniband/sw/siw/siw_qp_tx.c
878
msg_flags = MSG_DONTWAIT | MSG_MORE;
drivers/net/tun.c
2628
m->msg_flags & MSG_MORE);
drivers/nvme/host/tcp.c
1153
msg.msg_flags |= MSG_MORE;
drivers/nvme/host/tcp.c
1207
msg.msg_flags |= MSG_MORE;
drivers/nvme/host/tcp.c
1241
struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_MORE, };
drivers/nvme/host/tcp.c
1283
msg.msg_flags |= MSG_MORE;
drivers/nvme/target/tcp.c
631
.msg_flags = MSG_DONTWAIT | MSG_MORE | MSG_SPLICE_PAGES,
drivers/nvme/target/tcp.c
671
msg.msg_flags |= MSG_MORE;
drivers/nvme/target/tcp.c
718
msg.msg_flags |= MSG_MORE;
drivers/nvme/target/tcp.c
748
msg.msg_flags |= MSG_MORE;
drivers/nvme/target/tcp.c
779
msg.msg_flags |= MSG_MORE;
drivers/scsi/iscsi_tcp.c
312
msg.msg_flags |= MSG_MORE;
drivers/vhost/net.c
844
msg.msg_flags |= MSG_MORE;
drivers/vhost/net.c
846
msg.msg_flags &= ~MSG_MORE;
drivers/vhost/net.c
946
msg.msg_flags |= MSG_MORE;
drivers/vhost/net.c
948
msg.msg_flags &= ~MSG_MORE;
fs/afs/rxrpc.c
413
msg.msg_flags = MSG_WAITALL | (call->write_iter ? MSG_MORE : 0);
fs/afs/rxrpc.c
423
msg.msg_flags &= ~MSG_MORE;
fs/splice.c
876
msg.msg_flags |= MSG_MORE;
fs/splice.c
878
msg.msg_flags |= MSG_MORE;
net/ceph/messenger_v1.c
495
MSG_MORE);
net/ceph/messenger_v1.c
532
MSG_MORE);
net/ceph/messenger_v1.c
67
msg.msg_flags |= MSG_MORE;
net/core/skbuff.c
3308
int more_hint = sk_is_tcp(sk) ? MSG_MORE : 0;
net/ipv4/ip_output.c
1002
(!(flags & MSG_MORE) || cork->gso_size) &&
net/ipv4/ip_output.c
1111
if ((flags & MSG_MORE) &&
net/ipv4/raw.c
664
else if (!(msg->msg_flags & MSG_MORE)) {
net/ipv4/tcp.c
1401
tcp_push(sk, flags & ~MSG_MORE, mss_now,
net/ipv4/tcp.c
749
if (!(flags & MSG_MORE) || forced_push(tp))
net/ipv4/tcp.c
769
if (flags & MSG_MORE)
net/ipv4/tcp_bpf.c
119
msghdr.msg_flags |= MSG_MORE;
net/ipv4/udp.c
1235
int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE;
net/ipv4/udp.c
1471
corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags);
net/ipv6/ip6_output.c
1538
(!(flags & MSG_MORE) || cork->gso_size) &&
net/ipv6/ip6_output.c
1662
if ((flags & MSG_MORE) &&
net/ipv6/raw.c
919
else if (!(msg->msg_flags & MSG_MORE))
net/ipv6/udp.c
1458
int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE;
net/ipv6/udp.c
1733
corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags);
net/kcm/kcmsock.c
757
!(msg->msg_flags & MSG_MORE) : !!(msg->msg_flags & MSG_EOR);
net/l2tp/l2tp_ip6.c
661
else if (!(msg->msg_flags & MSG_MORE))
net/mptcp/protocol.c
1921
msg->msg_flags &= MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL |
net/rds/tcp_send.c
118
msg.msg_flags |= MSG_MORE;
net/rxrpc/recvmsg.c
580
msg->msg_flags |= MSG_MORE;
net/rxrpc/recvmsg.c
582
msg->msg_flags &= ~MSG_MORE;
net/rxrpc/rxperf.c
526
msg.msg_flags = MSG_MORE;
net/rxrpc/sendmsg.c
330
bool more = msg->msg_flags & MSG_MORE;
net/sctp/socket.c
1864
asoc->force_delay = !!(msg->msg_flags & MSG_MORE);
net/smc/smc_tx.c
170
if ((msg->msg_flags & MSG_MORE ||
net/sunrpc/socklib.c
232
msg->msg_flags |= MSG_MORE;
net/sunrpc/socklib.c
239
msg->msg_flags &= ~MSG_MORE;
net/sunrpc/socklib.c
258
msg->msg_flags &= ~MSG_MORE;
net/sunrpc/socklib.c
270
msg->msg_flags &= ~MSG_MORE;
net/tls/tls_device.c
440
~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL |
net/tls/tls_device.c
444
if ((flags & (MSG_MORE | MSG_EOR)) == (MSG_MORE | MSG_EOR))
net/tls/tls_device.c
451
tls_push_record_flags = flags | MSG_MORE;
net/tls/tls_device.c
534
if (flags & MSG_MORE) {
net/tls/tls_main.c
253
if (msg->msg_flags & MSG_MORE)
net/tls/tls_sw.c
776
bool eor = !(msg->msg_flags & MSG_MORE);
net/tls/tls_sw.c
999
if (msg->msg_flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL |
net/xfrm/espintcp.c
210
.msg_flags = flags | MSG_SPLICE_PAGES | MSG_MORE,
net/xfrm/espintcp.c
213
bool more = flags & MSG_MORE;
net/xfrm/espintcp.c
222
msghdr.msg_flags &= ~MSG_MORE;
tools/testing/selftests/net/cmsg_sender.c
541
err = sendmsg(fd, &msg, opt.msg_more ? MSG_MORE : 0);
tools/testing/selftests/net/tls.c
1245
EXPECT_EQ(send(self->fd, test_str_first, len, MSG_MORE), len);
tools/testing/selftests/net/tls.c
1706
EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len);
tools/testing/selftests/net/tls.c
3021
ASSERT_EQ(send(cfd, tx, tx_partial, MSG_MORE), tx_partial);
tools/testing/selftests/net/tls.c
559
EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len);
tools/testing/selftests/net/tls.c
575
MSG_MORE), -1);
tools/testing/selftests/net/tls.c
587
EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len);
tools/testing/selftests/net/tls.c
607
EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len);
tools/testing/selftests/net/udpgso.c
406
if (!__send_one(fd, &msg, MSG_MORE))
tools/testing/vsock/control.c
119
ret = send(control_fd, str, len, MSG_MORE);