Lines Matching refs:more
48 bool more; member
94 ctx->more = 0; in aead_put_sgl()
133 if (sk_wait_event(sk, &timeout, !ctx->more)) { in aead_wait_for_data()
151 if (ctx->more) in aead_data_wakeup()
202 if (!ctx->more && ctx->used) in aead_sendmsg()
285 ctx->more = msg->msg_flags & MSG_MORE; in aead_sendmsg()
286 if (!ctx->more && !aead_sufficient_data(ctx)) { in aead_sendmsg()
314 if (!ctx->more && ctx->used) in aead_sendpage()
337 ctx->more = flags & MSG_MORE; in aead_sendpage()
338 if (!ctx->more && !aead_sufficient_data(ctx)) { in aead_sendpage()
389 if (ctx->more) { in aead_recvmsg()
533 if (!ctx->more) in aead_poll()
618 ctx->more = 0; in aead_accept_parent()