Lines Matching refs:more
32 bool more; member
56 if (!ctx->more) { in hash_sendmsg()
63 ctx->more = 0; in hash_sendmsg()
91 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg()
92 if (!ctx->more) { in hash_sendmsg()
122 if (ctx->more) in hash_sendpage()
127 if (!ctx->more) { in hash_sendpage()
141 ctx->more = flags & MSG_MORE; in hash_sendpage()
164 if (ctx->more) { in hash_recvmsg()
165 ctx->more = 0; in hash_recvmsg()
204 ctx2->more = 1; in hash_accept()
417 ctx->more = 0; in hash_accept_parent_nokey()