Lines Matching refs:ask
67 struct alg_sock *ask = alg_sk(sk); in hash_sendmsg() local
68 struct hash_ctx *ctx = ask->private; in hash_sendmsg()
182 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg() local
183 struct hash_ctx *ctx = ask->private; in hash_recvmsg()
229 struct alg_sock *ask = alg_sk(sk); in hash_accept() local
230 struct hash_ctx *ctx = ask->private; in hash_accept()
254 err = af_alg_accept(ask->parent, newsock, kern); in hash_accept()
304 struct alg_sock *ask = alg_sk(sk); in hash_check_key() local
307 if (!atomic_read(&ask->nokey_refcnt)) in hash_check_key()
310 psk = ask->parent; in hash_check_key()
311 pask = alg_sk(ask->parent); in hash_check_key()
320 atomic_set(&ask->nokey_refcnt, 0); in hash_check_key()
403 struct alg_sock *ask = alg_sk(sk); in hash_sock_destruct() local
404 struct hash_ctx *ctx = ask->private; in hash_sock_destruct()
414 struct alg_sock *ask = alg_sk(sk); in hash_accept_parent_nokey() local
427 ask->private = ctx; in hash_accept_parent_nokey()