Searched refs:MSG_MORE (Results 1 – 5 of 5) sorted by relevance
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()
961 ctx->more = msg->msg_flags & MSG_MORE; in af_alg_sendmsg()986 flags |= MSG_MORE; in af_alg_sendpage()1019 ctx->more = flags & MSG_MORE; in af_alg_sendpage()
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()
287 #define MSG_MORE 0x8000 /* Sender will send more */ macro
447 more = (sd->flags & SPLICE_F_MORE) ? MSG_MORE : 0; in pipe_to_sendpage()