Searched refs:MSG_MORE (Results 1 - 25 of 41) sorted by relevance

12

/linux-master/net/sunrpc/
H A Dsocklib.c278 msg->msg_flags |= MSG_MORE;
285 msg->msg_flags &= ~MSG_MORE;
304 msg->msg_flags &= ~MSG_MORE;
316 msg->msg_flags &= ~MSG_MORE;
/linux-master/crypto/
H A Dalgif_hash.c81 /* Discard a previous request that wasn't marked MSG_MORE. */
88 * No data - finalise the prev req if MSG_MORE so any error
91 if (!(msg->msg_flags & MSG_MORE)) {
136 !(msg->msg_flags & MSG_MORE)) {
148 if (msg_data_left(msg) || (msg->msg_flags & MSG_MORE))
164 ctx->more = msg->msg_flags & MSG_MORE;
/linux-master/tools/testing/vsock/
H A Dcontrol.c122 ret = send(control_fd, str, len, MSG_MORE);
/linux-master/net/xfrm/
H A Despintcp.c211 .msg_flags = flags | MSG_SPLICE_PAGES | MSG_MORE,
214 bool more = flags & MSG_MORE;
229 msghdr.msg_flags &= ~MSG_MORE;
/linux-master/net/rxrpc/
H A Drecvmsg.c435 msg->msg_flags |= MSG_MORE;
437 msg->msg_flags &= ~MSG_MORE;
H A Drxperf.c509 msg.msg_flags = MSG_MORE;
H A Dsendmsg.c287 bool more = msg->msg_flags & MSG_MORE;
744 * nor should an address be supplied. MSG_MORE should be flagged if there's
/linux-master/net/rds/
H A Dtcp_send.c118 msg.msg_flags |= MSG_MORE;
/linux-master/net/tls/
H A Dtls_device.c440 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL |
444 if ((flags & (MSG_MORE | MSG_EOR)) == (MSG_MORE | MSG_EOR))
451 tls_push_record_flags = flags | MSG_MORE;
534 if (flags & MSG_MORE) {
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c322 .msg_flags = (MSG_MORE | MSG_DONTWAIT | MSG_SPLICE_PAGES),
331 msg.msg_flags &= ~MSG_MORE;
446 rv = siw_tx_ctrl(c_tx, s, MSG_DONTWAIT | MSG_MORE);
873 msg_flags = MSG_DONTWAIT | MSG_MORE;
/linux-master/include/linux/
H A Dsocket.h319 #define MSG_MORE 0x8000 /* Sender will send more */ macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h319 #define MSG_MORE 0x8000 /* Sender will send more */ macro
/linux-master/drivers/vhost/
H A Dnet.c802 msg.msg_flags |= MSG_MORE;
804 msg.msg_flags &= ~MSG_MORE;
899 msg.msg_flags |= MSG_MORE;
901 msg.msg_flags &= ~MSG_MORE;
/linux-master/tools/testing/selftests/net/
H A Dudpgso.c366 /* If MSG_MORE, send 1 byte followed by remainder */
369 if (!__send_one(fd, &msg, MSG_MORE))
H A Dtls.c521 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len);
535 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len);
1089 /* MSG_MORE will hold current record open, so later MSG_PEEK
1093 EXPECT_EQ(send(self->fd, test_str_first, len, MSG_MORE), len);
1554 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len);
/linux-master/fs/afs/
H A Drxrpc.c366 msg.msg_flags = MSG_WAITALL | (call->write_iter ? MSG_MORE : 0);
376 msg.msg_flags &= ~MSG_MORE;
/linux-master/drivers/nvme/target/
H A Dtcp.c606 .msg_flags = MSG_DONTWAIT | MSG_MORE | MSG_SPLICE_PAGES,
646 msg.msg_flags |= MSG_MORE;
693 msg.msg_flags |= MSG_MORE;
723 msg.msg_flags |= MSG_MORE;
754 msg.msg_flags |= MSG_MORE;
/linux-master/net/ceph/
H A Dmessenger_v1.c67 msg.msg_flags |= MSG_MORE;
78 * @more: MSG_MORE or 0.
499 MSG_MORE);
536 MSG_MORE);
/linux-master/net/ipv4/
H A Dtcp_bpf.c116 msghdr.msg_flags |= MSG_MORE;
H A Dip_output.c1004 (!(flags & MSG_MORE) || cork->gso_size) &&
1100 * Note, with MSG_MORE we overallocate on fragments,
1107 if ((flags & MSG_MORE) &&
/linux-master/net/smc/
H A Dsmc_tx.c170 if ((msg->msg_flags & MSG_MORE ||
/linux-master/net/l2tp/
H A Dl2tp_ip6.c637 else if (!(msg->msg_flags & MSG_MORE))
/linux-master/drivers/nvme/host/
H A Dtcp.c1046 msg.msg_flags |= MSG_MORE;
1100 msg.msg_flags |= MSG_MORE;
1134 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_MORE, };
1176 msg.msg_flags |= MSG_MORE;
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c754 return (flags & MSG_MORE) || (tp->nonagle & TCP_NAGLE_CORK);
996 if (msg->msg_flags & MSG_MORE)
/linux-master/fs/
H A Dsplice.c881 msg.msg_flags |= MSG_MORE;
883 msg.msg_flags |= MSG_MORE;

Completed in 232 milliseconds

12