• Home
  • Raw
  • Download

Lines Matching refs:private

110 static void alg_do_release(const struct af_alg_type *type, void *private)  in alg_do_release()  argument
115 type->release(private); in alg_do_release()
152 void *private; in alg_bind() local
181 private = type->bind(sa->salg_name, sa->salg_feat, sa->salg_mask); in alg_bind()
182 if (IS_ERR(private)) { in alg_bind()
184 return PTR_ERR(private); in alg_bind()
193 swap(ask->private, private); in alg_bind()
200 alg_do_release(type, private); in alg_bind()
220 err = type->setkey(ask->private, key, keylen); in alg_setkey()
260 err = type->setauthsize(ask->private, optlen); in alg_setsockopt()
268 err = type->setentropy(ask->private, optval, optlen); in alg_setsockopt()
306 err = type->accept(ask->private, sk2); in af_alg_accept()
310 err = type->accept_nokey(ask->private, sk2); in af_alg_accept()
369 alg_do_release(ask->type, ask->private); in alg_sock_destruct()
500 struct af_alg_ctx *ctx = ask->private; in af_alg_alloc_tsgl()
541 const struct af_alg_ctx *ctx = ask->private; in af_alg_count_tsgl()
598 struct af_alg_ctx *ctx = ask->private; in af_alg_pull_tsgl()
666 struct af_alg_ctx *ctx = ask->private; in af_alg_free_areq_sgls()
760 struct af_alg_ctx *ctx = ask->private; in af_alg_wait_for_data()
798 struct af_alg_ctx *ctx = ask->private; in af_alg_data_wakeup()
835 struct af_alg_ctx *ctx = ask->private; in af_alg_sendmsg()
993 struct af_alg_ctx *ctx = ask->private; in af_alg_sendpage()
1053 ctx = alg_sk(sk)->private; in af_alg_free_resources()
1098 struct af_alg_ctx *ctx = ask->private; in af_alg_poll()
1124 struct af_alg_ctx *ctx = alg_sk(sk)->private; in af_alg_alloc_areq()
1165 struct af_alg_ctx *ctx = ask->private; in af_alg_get_rsgl()