| /Linux-v5.4/crypto/ |
| D | algif_hash.c | 78 if ((msg->msg_flags & MSG_MORE)) in hash_sendmsg() 114 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg() 140 flags |= MSG_MORE; in hash_sendpage() 146 if (!(flags & MSG_MORE)) { in hash_sendpage() 155 if (!(flags & MSG_MORE)) { in hash_sendpage() 175 ctx->more = flags & MSG_MORE; in hash_sendpage()
|
| D | af_alg.c | 944 ctx->more = msg->msg_flags & MSG_MORE; in af_alg_sendmsg() 969 flags |= MSG_MORE; in af_alg_sendpage() 1002 ctx->more = flags & MSG_MORE; in af_alg_sendpage()
|
| /Linux-v5.4/Documentation/networking/ |
| D | tls.rst | 89 MSG_MORE is passed. MSG_MORE will delay creation of a record until 90 MSG_MORE is not passed, or the maximum record size is reached. 97 call using MSG_MORE, the MSG_MORE data is left on the socket buffer.
|
| D | rxrpc.txt | 239 (*) When sending data for a call, sendmsg is given MSG_MORE if there's more 242 (*) When receiving data for a call, recvmsg flags MSG_MORE if there's more 319 of the last data message in that phase yet), then MSG_MORE will be 603 MSG_MORE should be set in msghdr::msg_flags on all but the last part of 614 pick up. MSG_MORE will be flagged by recvmsg() if there's more reply data 721 be delivered with MSG_MORE flagged. 732 MSG_MORE should be set in msghdr::msg_flags on all but the last message 865 MSG_MORE if there will be subsequent data sends for this call. 868 other than MSG_MORE. len is the total amount of data to transmit.
|
| /Linux-v5.4/tools/testing/vsock/ |
| D | control.c | 122 ret = send(control_fd, str, len, MSG_MORE); in control_writeln()
|
| /Linux-v5.4/net/rds/ |
| D | tcp_send.c | 119 more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; in rds_tcp_xmit()
|
| /Linux-v5.4/drivers/infiniband/sw/siw/ |
| D | siw_qp_tx.c | 329 flags = MSG_MORE | MSG_DONTWAIT | MSG_SENDPAGE_NOTLAST; in siw_tcp_sendpages() 335 flags = MSG_MORE | MSG_DONTWAIT; in siw_tcp_sendpages() 440 rv = siw_tx_ctrl(c_tx, s, MSG_DONTWAIT | MSG_MORE); in siw_tx_hdt() 866 msg_flags = MSG_DONTWAIT | MSG_MORE; in siw_qp_sq_proc_tx()
|
| /Linux-v5.4/fs/afs/ |
| D | rxrpc.c | 294 msg->msg_flags |= MSG_MORE; in afs_load_bvec() 299 msg->msg_flags &= ~MSG_MORE; in afs_load_bvec() 439 msg.msg_flags = MSG_WAITALL | (call->send_pages ? MSG_MORE : 0); in afs_make_call()
|
| /Linux-v5.4/net/rxrpc/ |
| D | recvmsg.c | 588 msg->msg_flags |= MSG_MORE; in rxrpc_recvmsg() 590 msg->msg_flags &= ~MSG_MORE; in rxrpc_recvmsg()
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| D | tls.c | 234 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F() 248 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F() 642 EXPECT_EQ(send(self->fd, test_str_first, len, MSG_MORE), len); in TEST_F() 1089 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F()
|
| D | udpgso.c | 481 if (!__send_one(fd, &msg, MSG_MORE)) in send_one()
|
| /Linux-v5.4/net/tls/ |
| D | tls_device.c | 408 int more = flags & (MSG_SENDPAGE_NOTLAST | MSG_MORE); in tls_push_data() 419 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_SENDPAGE_NOTLAST)) in tls_push_data() 557 flags |= MSG_MORE; in tls_device_sendpage()
|
| D | tls_sw.c | 885 bool eor = !(msg->msg_flags & MSG_MORE); in tls_sw_sendmsg() 897 if (msg->msg_flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL)) in tls_sw_sendmsg() 1109 eor = !(flags & (MSG_MORE | MSG_SENDPAGE_NOTLAST)); in tls_sw_do_sendpage() 1210 if (flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendpage_locked() 1224 if (flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendpage()
|
| /Linux-v5.4/include/linux/ |
| D | socket.h | 288 #define MSG_MORE 0x8000 /* Sender will send more */ macro
|
| /Linux-v5.4/Documentation/crypto/ |
| D | userspace-if.rst | 124 - MSG_MORE: If this flag is set, the send system call acts like a 178 - MSG_MORE: If this flag is set, the send system call acts like a 241 - MSG_MORE: If this flag is set, the send system call acts like a
|
| /Linux-v5.4/drivers/vhost/ |
| D | net.c | 822 msg.msg_flags |= MSG_MORE; in handle_tx_copy() 824 msg.msg_flags &= ~MSG_MORE; in handle_tx_copy() 918 msg.msg_flags |= MSG_MORE; in handle_tx_zerocopy() 920 msg.msg_flags &= ~MSG_MORE; in handle_tx_zerocopy()
|
| /Linux-v5.4/drivers/nvme/target/ |
| D | tcp.c | 503 left, MSG_DONTWAIT | MSG_MORE); in nvmet_try_send_data_pdu() 528 left, MSG_DONTWAIT | MSG_MORE); in nvmet_try_send_data() 572 flags |= MSG_MORE; in nvmet_try_send_response() 601 flags |= MSG_MORE; in nvmet_try_send_r2t()
|
| /Linux-v5.4/net/ipv4/ |
| D | udp.c | 981 int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; in udp_sendmsg() 1206 corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags); in udp_sendmsg() 1253 flags |= MSG_MORE; in udp_sendpage() 1256 struct msghdr msg = { .msg_flags = flags|MSG_MORE }; in udp_sendpage() 1289 if (!(up->corkflag || (flags&MSG_MORE))) in udp_sendpage()
|
| /Linux-v5.4/net/sunrpc/ |
| D | xprtsock.c | 818 .msg_flags = XS_SENDMSG_FLAGS | MSG_MORE, in xs_sendpages() 833 msg.msg_flags &= ~MSG_MORE; in xs_sendpages() 850 msg.msg_flags &= ~MSG_MORE; in xs_sendpages() 861 msg.msg_flags &= ~MSG_MORE; in xs_sendpages() 2653 .msg_flags = MSG_MORE in bc_sendto()
|
| D | svcsock.c | 189 unsigned int flags = MSG_MORE | MSG_SENDPAGE_NOTLAST; in svc_send_common() 260 .msg_flags = MSG_MORE, in svc_sendto()
|
| /Linux-v5.4/net/kcm/ |
| D | kcmsock.c | 770 flags |= MSG_MORE; in kcm_sendpage() 773 eor = !(flags & MSG_MORE); in kcm_sendpage() 908 !(msg->msg_flags & MSG_MORE) : !!(msg->msg_flags & MSG_EOR); in kcm_sendmsg()
|
| /Linux-v5.4/net/ceph/ |
| D | messenger.c | 556 msg.msg_flags |= MSG_MORE; in ceph_tcp_sendmsg() 1564 int more = MSG_MORE | MSG_SENDPAGE_NOTLAST; in write_partial_message_data() 1594 more = MSG_MORE; in write_partial_message_data() 1626 int more = MSG_MORE | MSG_SENDPAGE_NOTLAST; in write_partial_skip() 1634 more = MSG_MORE; in write_partial_skip()
|
| /Linux-v5.4/net/smc/ |
| D | smc_tx.c | 224 if ((msg->msg_flags & MSG_MORE || smc_tx_is_corked(smc)) && in smc_tx_sendmsg()
|
| /Linux-v5.4/net/l2tp/ |
| D | l2tp_ip6.c | 641 else if (!(msg->msg_flags & MSG_MORE)) in l2tp_ip6_sendmsg()
|
| /Linux-v5.4/drivers/nvme/host/ |
| D | tcp.c | 862 flags |= MSG_MORE; in nvme_tcp_try_send_data() 901 int flags = MSG_DONTWAIT | (inline_data ? MSG_MORE : MSG_EOR); in nvme_tcp_try_send_cmd_pdu() 944 MSG_DONTWAIT | MSG_MORE); in nvme_tcp_try_send_data_pdu()
|