Lines Matching defs:ask
39 struct alg_sock *ask = alg_sk(sk);
40 struct sock *psk = ask->parent;
42 struct af_alg_ctx *ctx = ask->private;
56 struct alg_sock *ask = alg_sk(sk);
57 struct sock *psk = ask->parent;
69 struct alg_sock *ask = alg_sk(sk);
70 struct sock *psk = ask->parent;
72 struct af_alg_ctx *ctx = ask->private;
274 struct alg_sock *ask = alg_sk(sk);
277 if (!atomic_read(&ask->nokey_refcnt))
280 psk = ask->parent;
281 pask = alg_sk(ask->parent);
290 atomic_set(&ask->nokey_refcnt, 0);
367 struct alg_sock *ask = alg_sk(sk);
368 struct af_alg_ctx *ctx = ask->private;
369 struct sock *psk = ask->parent;
383 struct alg_sock *ask = alg_sk(sk);
404 ask->private = ctx;