Lines Matching refs:ask
47 struct alg_sock *ask = alg_sk(sk); in hash_sendmsg() local
48 struct hash_ctx *ctx = ask->private; in hash_sendmsg()
108 struct alg_sock *ask = alg_sk(sk); in hash_sendpage() local
109 struct hash_ctx *ctx = ask->private; in hash_sendpage()
153 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg() local
154 struct hash_ctx *ctx = ask->private; in hash_recvmsg()
184 struct alg_sock *ask = alg_sk(sk); in hash_accept() local
185 struct hash_ctx *ctx = ask->private; in hash_accept()
197 err = af_alg_accept(ask->parent, newsock); in hash_accept()
244 struct alg_sock *ask = alg_sk(sk); in hash_check_key() local
247 if (ask->refcnt) in hash_check_key()
250 psk = ask->parent; in hash_check_key()
251 pask = alg_sk(ask->parent); in hash_check_key()
262 ask->refcnt = 1; in hash_check_key()
386 struct alg_sock *ask = alg_sk(sk); in hash_sock_destruct() local
387 struct hash_ctx *ctx = ask->private; in hash_sock_destruct()
398 struct alg_sock *ask = alg_sk(sk); in hash_accept_parent_nokey() local
420 ask->private = ctx; in hash_accept_parent_nokey()