Lines Matching refs:more
49 bool more; member
96 ctx->more = 0; in aead_put_sgl()
135 if (sk_wait_event(sk, &timeout, !ctx->more)) { in aead_wait_for_data()
153 if (ctx->more) in aead_data_wakeup()
204 if (!ctx->more && ctx->used) in aead_sendmsg()
287 ctx->more = msg->msg_flags & MSG_MORE; in aead_sendmsg()
288 if (!ctx->more && !aead_sufficient_data(ctx)) { in aead_sendmsg()
316 if (!ctx->more && ctx->used) in aead_sendpage()
339 ctx->more = flags & MSG_MORE; in aead_sendpage()
340 if (!ctx->more && !aead_sufficient_data(ctx)) { in aead_sendpage()
387 if (ctx->more) { in aead_recvmsg()
485 if (!ctx->more) in aead_poll()
570 ctx->more = 0; in aead_accept_parent()