Home
last modified time | relevance | path

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

/linux-4.4.14/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.c287 ctx->more = msg->msg_flags & MSG_MORE; in aead_sendmsg()
310 flags |= MSG_MORE; in aead_sendpage()
339 ctx->more = flags & MSG_MORE; in aead_sendpage()
Dalgif_skcipher.c422 ctx->more = msg->msg_flags & MSG_MORE; in skcipher_sendmsg()
441 flags |= MSG_MORE; in skcipher_sendpage()
473 ctx->more = flags & MSG_MORE; in skcipher_sendpage()
/linux-4.4.14/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.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_lib.c110 msg.msg_flags |= MSG_MORE; in ksocknal_lib_send_iov()
143 msgflg |= MSG_MORE; in ksocknal_lib_send_kiov()
174 msg.msg_flags |= MSG_MORE; in ksocknal_lib_send_kiov()
/linux-4.4.14/net/rds/
Dtcp_send.c120 more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; in rds_tcp_xmit()
/linux-4.4.14/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.4.14/include/linux/
Dsocket.h274 #define MSG_MORE 0x8000 /* Sender will send more */ macro
/linux-4.4.14/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.4.14/net/ipv4/
Dudp.c894 int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; in udp_sendmsg()
1097 corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags); in udp_sendmsg()
1142 flags |= MSG_MORE; in udp_sendpage()
1145 struct msghdr msg = { .msg_flags = flags|MSG_MORE }; in udp_sendpage()
1178 if (!(up->corkflag || (flags&MSG_MORE))) in udp_sendpage()
Dtcp.c670 if (!(flags & MSG_MORE) || forced_push(tp)) in tcp_push()
689 if (flags & MSG_MORE) in tcp_push()
991 tcp_push(sk, flags & ~MSG_MORE, mss_now, in do_tcp_sendpages()
1272 tcp_push(sk, flags & ~MSG_MORE, mss_now, in tcp_sendmsg()
Dip_output.c917 !(flags & MSG_MORE) && in __ip_append_data()
972 if ((flags & MSG_MORE) && in __ip_append_data()
Draw.c652 else if (!(msg->msg_flags & MSG_MORE)) { in raw_sendmsg()
/linux-4.4.14/drivers/block/
Dnbd.c267 (type == NBD_CMD_WRITE) ? MSG_MORE : 0); in nbd_send_req()
284 flags = MSG_MORE; in nbd_send_req()
/linux-4.4.14/net/l2tp/
Dl2tp_ip6.c632 else if (!(msg->msg_flags & MSG_MORE)) in l2tp_ip6_sendmsg()
/linux-4.4.14/net/ipv6/
Dudp.c1120 int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; in udpv6_sendmsg()
1345 corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags, dontfrag); in udpv6_sendmsg()
Dip6_output.c1323 !(flags & MSG_MORE) && in __ip6_append_data()
1401 if ((flags & MSG_MORE) && in __ip6_append_data()
Draw.c904 else if (!(msg->msg_flags & MSG_MORE)) in rawv6_sendmsg()
/linux-4.4.14/net/sunrpc/
Dsvcsock.c184 unsigned int flags = MSG_MORE | MSG_SENDPAGE_NOTLAST; 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()
366 flags |= MSG_SENDPAGE_NOTLAST | MSG_MORE; in xs_send_pagedata()
/linux-4.4.14/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.4.14/drivers/scsi/
Discsi_tcp.c282 flags |= MSG_MORE; in iscsi_sw_tcp_xmit_segment()
/linux-4.4.14/net/ceph/
Dmessenger.c565 msg.msg_flags |= MSG_MORE; in ceph_tcp_sendmsg()
578 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | (more ? MSG_MORE : MSG_EOR); in __ceph_tcp_sendpage()
/linux-4.4.14/fs/
Dsplice.c718 more = (sd->flags & SPLICE_F_MORE) ? MSG_MORE : 0; in pipe_to_sendpage()
/linux-4.4.14/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()