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()
183 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg() local
184 struct hash_ctx *ctx = ask->private; in hash_recvmsg()
230 struct alg_sock *ask = alg_sk(sk); in hash_accept() local
231 struct hash_ctx *ctx = ask->private; in hash_accept()
255 err = af_alg_accept(ask->parent, newsock, arg); in hash_accept()
305 struct alg_sock *ask = alg_sk(sk); in hash_check_key() local
308 if (!atomic_read(&ask->nokey_refcnt)) in hash_check_key()
311 psk = ask->parent; in hash_check_key()
312 pask = alg_sk(ask->parent); in hash_check_key()
321 atomic_set(&ask->nokey_refcnt, 0); in hash_check_key()
404 struct alg_sock *ask = alg_sk(sk); in hash_sock_destruct() local
405 struct hash_ctx *ctx = ask->private; in hash_sock_destruct()
415 struct alg_sock *ask = alg_sk(sk); in hash_accept_parent_nokey() local
428 ask->private = ctx; in hash_accept_parent_nokey()