Symbol: MSG_MORE
crypto/af_alg.c
1083
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/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
748
return (flags & MSG_MORE) || (tp->nonagle & TCP_NAGLE_CORK);
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io.c
990
if (msg->msg_flags & MSG_MORE)
drivers/net/tun.c
2558
m->msg_flags & MSG_MORE);
drivers/nvme/host/tcp.c
1160
msg.msg_flags |= MSG_MORE;
drivers/nvme/host/tcp.c
1214
msg.msg_flags |= MSG_MORE;
drivers/nvme/host/tcp.c
1248
struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_MORE, };
drivers/nvme/host/tcp.c
1290
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
826
msg.msg_flags |= MSG_MORE;
drivers/vhost/net.c
828
msg.msg_flags &= ~MSG_MORE;
drivers/vhost/net.c
928
msg.msg_flags |= MSG_MORE;
drivers/vhost/net.c
930
msg.msg_flags &= ~MSG_MORE;
fs/afs/rxrpc.c
405
msg.msg_flags = MSG_WAITALL | (call->write_iter ? MSG_MORE : 0);
fs/afs/rxrpc.c
415
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
1003
(!(flags & MSG_MORE) || cork->gso_size) &&
net/ipv4/ip_output.c
1112
if ((flags & MSG_MORE) &&
net/ipv4/raw.c
657
else if (!(msg->msg_flags & MSG_MORE)) {
net/ipv4/tcp.c
1415
tcp_push(sk, flags & ~MSG_MORE, mss_now,
net/ipv4/tcp.c
760
if (!(flags & MSG_MORE) || forced_push(tp))
net/ipv4/tcp.c
780
if (flags & MSG_MORE)
net/ipv4/tcp_bpf.c
119
msghdr.msg_flags |= MSG_MORE;
net/ipv4/udp.c
1288
int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE;
net/ipv4/udp.c
1513
corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags);
net/ipv6/ip6_output.c
1507
(!(flags & MSG_MORE) || cork->gso_size) &&
net/ipv6/ip6_output.c
1631
if ((flags & MSG_MORE) &&
net/ipv6/raw.c
918
else if (!(msg->msg_flags & MSG_MORE))
net/ipv6/udp.c
1495
int corkreq = udp_test_bit(CORK, sk) || msg->msg_flags & MSG_MORE;
net/ipv6/udp.c
1755
corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags);
net/kcm/kcmsock.c
756
!(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
1871
msg->msg_flags &= MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_FASTOPEN;
net/rds/tcp_send.c
118
msg.msg_flags |= MSG_MORE;
net/rxrpc/recvmsg.c
539
msg->msg_flags |= MSG_MORE;
net/rxrpc/recvmsg.c
541
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
255
if (msg->msg_flags & MSG_MORE)
net/tls/tls_sw.c
1036
bool eor = !(msg->msg_flags & MSG_MORE);
net/tls/tls_sw.c
1273
if (msg->msg_flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL |
net/xfrm/espintcp.c
213
.msg_flags = flags | MSG_SPLICE_PAGES | MSG_MORE,
net/xfrm/espintcp.c
216
bool more = flags & MSG_MORE;
net/xfrm/espintcp.c
231
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
1196
EXPECT_EQ(send(self->fd, test_str_first, len, MSG_MORE), len);
tools/testing/selftests/net/tls.c
1657
EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len);
tools/testing/selftests/net/tls.c
2972
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);