/linux-4.1.27/crypto/ |
D | algif_hash.c | 91 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg() 113 flags |= MSG_MORE; in hash_sendpage() 121 if (!(flags & MSG_MORE)) { in hash_sendpage() 141 ctx->more = flags & MSG_MORE; in hash_sendpage()
|
D | algif_aead.c | 285 ctx->more = msg->msg_flags & MSG_MORE; in aead_sendmsg() 308 flags |= MSG_MORE; in aead_sendpage() 337 ctx->more = flags & MSG_MORE; in aead_sendpage()
|
D | algif_skcipher.c | 430 ctx->more = msg->msg_flags & MSG_MORE; in skcipher_sendmsg() 449 flags |= MSG_MORE; in skcipher_sendpage() 481 ctx->more = flags & MSG_MORE; in skcipher_sendpage()
|
/linux-4.1.27/net/rxrpc/ |
D | ar-recvmsg.c | 67 msg->msg_flags |= MSG_MORE; in rxrpc_recvmsg() 220 msg->msg_flags &= ~MSG_MORE; in rxrpc_recvmsg() 315 msg->msg_flags &= ~MSG_MORE; in rxrpc_recvmsg()
|
D | ar-output.c | 539 more = msg->msg_flags & MSG_MORE; in rxrpc_send_data()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_lib-linux.c | 112 msg.msg_flags |= MSG_MORE; in ksocknal_lib_send_iov() 145 msgflg |= MSG_MORE; in ksocknal_lib_send_kiov() 177 msg.msg_flags |= MSG_MORE; in ksocknal_lib_send_kiov()
|
/linux-4.1.27/Documentation/networking/ |
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 307 of the last data message in that phase yet), then MSG_MORE will be 542 MSG_MORE should be set in msghdr::msg_flags on all but the last part of 550 pick up. MSG_MORE will be flagged by recvmsg() if there's more reply data 631 be delivered with MSG_MORE flagged. 642 MSG_MORE should be set in msghdr::msg_flags on all but the last message 743 MSG_MORE if there will be subsequent data sends for this call. 746 other than MSG_MORE. len is the total amount of data to transmit.
|
/linux-4.1.27/include/linux/ |
D | socket.h | 274 #define MSG_MORE 0x8000 /* Sender will send more */ macro
|
/linux-4.1.27/fs/afs/ |
D | rxrpc.c | 302 msg->msg_flags = MSG_MORE; in afs_send_pages() 391 msg.msg_flags = (call->send_pages ? MSG_MORE : 0); in afs_make_call()
|
/linux-4.1.27/drivers/block/ |
D | nbd.c | 248 (nbd_cmd(req) == NBD_CMD_WRITE) ? MSG_MORE : 0); in nbd_send_req() 265 flags = MSG_MORE; in nbd_send_req()
|
/linux-4.1.27/net/ipv4/ |
D | udp.c | 891 int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; in udp_sendmsg() 1086 corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags); in udp_sendmsg() 1131 flags |= MSG_MORE; in udp_sendpage() 1134 struct msghdr msg = { .msg_flags = flags|MSG_MORE }; in udp_sendpage() 1167 if (!(up->corkflag || (flags&MSG_MORE))) in udp_sendpage()
|
D | tcp.c | 668 if (!(flags & MSG_MORE) || forced_push(tp)) in tcp_push() 687 if (flags & MSG_MORE) in tcp_push() 973 tcp_push(sk, flags & ~MSG_MORE, mss_now, in do_tcp_sendpages() 1248 tcp_push(sk, flags & ~MSG_MORE, mss_now, in tcp_sendmsg()
|
D | raw.c | 642 else if (!(msg->msg_flags & MSG_MORE)) { in raw_sendmsg()
|
D | ip_output.c | 944 if ((flags & MSG_MORE) && in __ip_append_data()
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ip6.c | 630 else if (!(msg->msg_flags & MSG_MORE)) in l2tp_ip6_sendmsg()
|
/linux-4.1.27/net/sunrpc/ |
D | svcsock.c | 184 unsigned int flags = MSG_MORE; in svc_send_common() 255 .msg_flags = MSG_MORE, in svc_sendto()
|
D | xprtsock.c | 331 .msg_flags = XS_SENDMSG_FLAGS | (more ? MSG_MORE : 0), in xs_send_kvec() 364 flags |= MSG_MORE; in xs_send_pagedata()
|
/linux-4.1.27/net/ipv6/ |
D | udp.c | 1119 int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; in udpv6_sendmsg() 1344 corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags, dontfrag); in udpv6_sendmsg()
|
D | raw.c | 899 else if (!(msg->msg_flags & MSG_MORE)) in rawv6_sendmsg()
|
D | ip6_output.c | 1385 if ((flags & MSG_MORE) && in __ip6_append_data()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_main.c | 658 msg_flags = data ? MSG_MORE : 0; in __send_command() 1560 ? 0 : MSG_MORE); in _drbd_send_bio() 1578 bio_iter_last(bvec, iter) ? 0 : MSG_MORE); in _drbd_send_zc_bio() 1597 page_chain_next(page) ? MSG_MORE : 0); in _drbd_send_zc_ee()
|
/linux-4.1.27/drivers/scsi/ |
D | iscsi_tcp.c | 282 flags |= MSG_MORE; in iscsi_sw_tcp_xmit_segment()
|
/linux-4.1.27/net/ceph/ |
D | messenger.c | 564 msg.msg_flags |= MSG_MORE; in ceph_tcp_sendmsg() 577 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | (more ? MSG_MORE : MSG_EOR); in __ceph_tcp_sendpage()
|
/linux-4.1.27/fs/ |
D | splice.c | 717 more = (sd->flags & SPLICE_F_MORE) ? MSG_MORE : 0; in pipe_to_sendpage()
|
/linux-4.1.27/net/decnet/ |
D | af_decnet.c | 1928 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg()
|