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()
209 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key() local
212 if (!atomic_read(&ask->nokey_refcnt)) in skcipher_check_key()
215 psk = ask->parent; in skcipher_check_key()
216 pask = alg_sk(ask->parent); in skcipher_check_key()
225 atomic_set(&ask->nokey_refcnt, 0); in skcipher_check_key()
310 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct() local
311 struct af_alg_ctx *ctx = ask->private; in skcipher_sock_destruct()
312 struct sock *psk = ask->parent; in skcipher_sock_destruct()
325 struct alg_sock *ask = alg_sk(sk); in skcipher_accept_parent_nokey() local
346 ask->private = ctx; in skcipher_accept_parent_nokey()