Searched refs:nokey (Results 1 – 1 of 1) sorted by relevance
133 unsigned int nokey = ask->nokey_refcnt; in af_alg_release_parent() local134 bool last = nokey && !ask->refcnt; in af_alg_release_parent()140 ask->nokey_refcnt -= nokey; in af_alg_release_parent()271 unsigned int nokey; in af_alg_accept() local292 nokey = err == -ENOKEY; in af_alg_accept()293 if (nokey && type->accept_nokey) in af_alg_accept()301 if (nokey || !ask->refcnt++) in af_alg_accept()303 ask->nokey_refcnt += nokey; in af_alg_accept()306 alg_sk(sk2)->nokey_refcnt = nokey; in af_alg_accept()311 if (nokey) in af_alg_accept()