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()
301 struct alg_sock *ask = alg_sk(sk); in hash_check_key() local
304 if (!atomic_read(&ask->nokey_refcnt)) in hash_check_key()
307 psk = ask->parent; in hash_check_key()
308 pask = alg_sk(ask->parent); in hash_check_key()
317 atomic_set(&ask->nokey_refcnt, 0); in hash_check_key()
400 struct alg_sock *ask = alg_sk(sk); in hash_sock_destruct() local
401 struct hash_ctx *ctx = ask->private; in hash_sock_destruct()
411 struct alg_sock *ask = alg_sk(sk); in hash_accept_parent_nokey() local
424 ask->private = ctx; in hash_accept_parent_nokey()