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()
202 err = af_alg_accept(ask->parent, newsock); in hash_accept()
252 struct alg_sock *ask = alg_sk(sk); in hash_check_key() local
255 if (ask->refcnt) in hash_check_key()
258 psk = ask->parent; in hash_check_key()
259 pask = alg_sk(ask->parent); in hash_check_key()
270 ask->refcnt = 1; in hash_check_key()
394 struct alg_sock *ask = alg_sk(sk); in hash_sock_destruct() local
395 struct hash_ctx *ctx = ask->private; in hash_sock_destruct()
406 struct alg_sock *ask = alg_sk(sk); in hash_accept_parent_nokey() local
428 ask->private = ctx; in hash_accept_parent_nokey()