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()
215 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key() local
218 if (ask->refcnt) in skcipher_check_key()
221 psk = ask->parent; in skcipher_check_key()
222 pask = alg_sk(ask->parent); in skcipher_check_key()
233 ask->refcnt = 1; in skcipher_check_key()
321 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct() local
322 struct af_alg_ctx *ctx = ask->private; in skcipher_sock_destruct()
323 struct sock *psk = ask->parent; in skcipher_sock_destruct()
336 struct alg_sock *ask = alg_sk(sk); in skcipher_accept_parent_nokey() local
362 ask->private = ctx; in skcipher_accept_parent_nokey()