Lines Matching refs:ask
41 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg() local
42 struct sock *psk = ask->parent; in skcipher_sendmsg()
54 struct alg_sock *ask = alg_sk(sk); in _skcipher_recvmsg() local
55 struct sock *psk = ask->parent; in _skcipher_recvmsg()
57 struct af_alg_ctx *ctx = ask->private; in _skcipher_recvmsg()
208 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key() local
211 if (!atomic_read(&ask->nokey_refcnt)) in skcipher_check_key()
214 psk = ask->parent; in skcipher_check_key()
215 pask = alg_sk(ask->parent); in skcipher_check_key()
224 atomic_set(&ask->nokey_refcnt, 0); in skcipher_check_key()
296 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct() local
297 struct af_alg_ctx *ctx = ask->private; in skcipher_sock_destruct()
298 struct sock *psk = ask->parent; in skcipher_sock_destruct()
311 struct alg_sock *ask = alg_sk(sk); in skcipher_accept_parent_nokey() local
332 ask->private = ctx; in skcipher_accept_parent_nokey()