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