Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dalgif_hash.c91 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()
Dalgif_aead.c285 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()
Dalgif_skcipher.c430 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/
Dar-recvmsg.c67 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()
Dar-output.c539 more = msg->msg_flags & MSG_MORE; in rxrpc_send_data()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_lib-linux.c112 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/
Drxrpc.txt239 (*) 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/
Dsocket.h274 #define MSG_MORE 0x8000 /* Sender will send more */ macro
/linux-4.1.27/fs/afs/
Drxrpc.c302 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/
Dnbd.c248 (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/
Dudp.c891 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()
Dtcp.c668 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()
Draw.c642 else if (!(msg->msg_flags & MSG_MORE)) { in raw_sendmsg()
Dip_output.c944 if ((flags & MSG_MORE) && in __ip_append_data()
/linux-4.1.27/net/l2tp/
Dl2tp_ip6.c630 else if (!(msg->msg_flags & MSG_MORE)) in l2tp_ip6_sendmsg()
/linux-4.1.27/net/sunrpc/
Dsvcsock.c184 unsigned int flags = MSG_MORE; in svc_send_common()
255 .msg_flags = MSG_MORE, in svc_sendto()
Dxprtsock.c331 .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/
Dudp.c1119 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()
Draw.c899 else if (!(msg->msg_flags & MSG_MORE)) in rawv6_sendmsg()
Dip6_output.c1385 if ((flags & MSG_MORE) && in __ip6_append_data()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_main.c658 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/
Discsi_tcp.c282 flags |= MSG_MORE; in iscsi_sw_tcp_xmit_segment()
/linux-4.1.27/net/ceph/
Dmessenger.c564 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/
Dsplice.c717 more = (sd->flags & SPLICE_F_MORE) ? MSG_MORE : 0; in pipe_to_sendpage()
/linux-4.1.27/net/decnet/
Daf_decnet.c1928 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg()