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()
191 bool more; in hash_accept() local
195 more = ctx->more; in hash_accept()
196 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
209 ctx2->more = more; in hash_accept()
211 if (!more) in hash_accept()
425 ctx->more = 0; in hash_accept_parent_nokey()