/Linux-v4.19/crypto/ |
D | algif_hash.c | 83 if ((msg->msg_flags & MSG_MORE)) in hash_sendmsg() 119 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg() 145 flags |= MSG_MORE; in hash_sendpage() 151 if (!(flags & MSG_MORE)) { in hash_sendpage() 160 if (!(flags & MSG_MORE)) { in hash_sendpage() 180 ctx->more = flags & MSG_MORE; in hash_sendpage()
|
D | af_alg.c | 957 ctx->more = msg->msg_flags & MSG_MORE; in af_alg_sendmsg() 982 flags |= MSG_MORE; in af_alg_sendpage() 1015 ctx->more = flags & MSG_MORE; in af_alg_sendpage()
|
/Linux-v4.19/Documentation/networking/ |
D | tls.txt | 75 MSG_MORE is passed. MSG_MORE will delay creation of a record until 76 MSG_MORE is not passed, or the maximum record size is reached. 83 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 856 MSG_MORE if there will be subsequent data sends for this call. 859 other than MSG_MORE. len is the total amount of data to transmit.
|
/Linux-v4.19/tools/testing/vsock/ |
D | control.c | 126 ret = send(control_fd, str, len, MSG_MORE); in control_writeln()
|
/Linux-v4.19/net/rds/ |
D | tcp_send.c | 119 more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; in rds_tcp_xmit()
|
/Linux-v4.19/fs/afs/ |
D | rxrpc.c | 275 msg->msg_flags |= MSG_MORE; in afs_load_bvec() 280 msg->msg_flags &= ~MSG_MORE; in afs_load_bvec() 408 msg.msg_flags = MSG_WAITALL | (call->send_pages ? MSG_MORE : 0); in afs_make_call()
|
/Linux-v4.19/net/tls/ |
D | tls_sw.c | 360 bool eor = !(msg->msg_flags & MSG_MORE); in tls_sw_sendmsg() 368 if (msg->msg_flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL)) in tls_sw_sendmsg() 517 if (flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendpage() 522 eor = !(flags & (MSG_MORE | MSG_SENDPAGE_NOTLAST)); in tls_sw_sendpage()
|
D | tls_device.c | 351 int more = flags & (MSG_SENDPAGE_NOTLAST | MSG_MORE); in tls_push_data() 361 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_SENDPAGE_NOTLAST)) in tls_push_data() 481 flags |= MSG_MORE; in tls_device_sendpage()
|
D | tls_main.c | 178 if (msg->msg_flags & MSG_MORE) in tls_proccess_cmsg()
|
/Linux-v4.19/net/rxrpc/ |
D | recvmsg.c | 577 msg->msg_flags |= MSG_MORE; in rxrpc_recvmsg() 579 msg->msg_flags &= ~MSG_MORE; in rxrpc_recvmsg()
|
D | sendmsg.c | 283 more = msg->msg_flags & MSG_MORE; in rxrpc_send_data()
|
/Linux-v4.19/drivers/vhost/ |
D | net.c | 585 msg.msg_flags |= MSG_MORE; in handle_tx_copy() 587 msg.msg_flags &= ~MSG_MORE; in handle_tx_copy() 679 msg.msg_flags |= MSG_MORE; in handle_tx_zerocopy() 681 msg.msg_flags &= ~MSG_MORE; in handle_tx_zerocopy()
|
/Linux-v4.19/include/linux/ |
D | socket.h | 287 #define MSG_MORE 0x8000 /* Sender will send more */ macro
|
/Linux-v4.19/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-v4.19/tools/testing/selftests/net/ |
D | tls.c | 160 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F() 541 EXPECT_EQ(send(self->fd, test_str_first, len, MSG_MORE), len); in TEST_F()
|
D | udpgso.c | 490 if (!__send_one(fd, &msg, MSG_MORE)) in send_one()
|
/Linux-v4.19/net/ipv4/ |
D | udp.c | 919 int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; in udp_sendmsg() 1144 corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags); in udp_sendmsg() 1191 flags |= MSG_MORE; in udp_sendpage() 1194 struct msghdr msg = { .msg_flags = flags|MSG_MORE }; in udp_sendpage() 1227 if (!(up->corkflag || (flags&MSG_MORE))) in udp_sendpage()
|
D | ip_output.c | 915 (!(flags & MSG_MORE) || cork->gso_size) && in __ip_append_data() 960 if ((flags & MSG_MORE) && in __ip_append_data()
|
D | tcp.c | 713 if (!(flags & MSG_MORE) || forced_push(tp)) in tcp_push() 732 if (flags & MSG_MORE) in tcp_push() 1040 tcp_push(sk, flags & ~MSG_MORE, mss_now, in do_tcp_sendpages() 1393 tcp_push(sk, flags & ~MSG_MORE, mss_now, in tcp_sendmsg_locked()
|
/Linux-v4.19/net/kcm/ |
D | kcmsock.c | 769 flags |= MSG_MORE; in kcm_sendpage() 772 eor = !(flags & MSG_MORE); in kcm_sendpage() 907 !(msg->msg_flags & MSG_MORE) : !!(msg->msg_flags & MSG_EOR); in kcm_sendmsg()
|
/Linux-v4.19/net/smc/ |
D | smc_tx.c | 226 if ((msg->msg_flags & MSG_MORE || smc_tx_is_corked(smc)) && in smc_tx_sendmsg()
|
/Linux-v4.19/net/l2tp/ |
D | l2tp_ip6.c | 642 else if (!(msg->msg_flags & MSG_MORE)) in l2tp_ip6_sendmsg()
|
/Linux-v4.19/net/sunrpc/ |
D | svcsock.c | 195 unsigned int flags = MSG_MORE | MSG_SENDPAGE_NOTLAST; in svc_send_common() 266 .msg_flags = MSG_MORE, in svc_sendto()
|
/Linux-v4.19/net/ipv6/ |
D | udp.c | 1151 int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; in udpv6_sendmsg() 1413 corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags); in udpv6_sendmsg()
|