Home
last modified time | relevance | path

Searched refs:alg_proto (Results 1 – 1 of 1) sorted by relevance

/crypto/
Daf_alg.c33 static struct proto alg_proto = { variable
274 sk2 = sk_alloc(sock_net(sk), PF_ALG, GFP_KERNEL, &alg_proto); in af_alg_accept()
363 sk = sk_alloc(net, PF_ALG, GFP_KERNEL, &alg_proto); in alg_create()
505 int err = proto_register(&alg_proto, 0); in af_alg_init()
518 proto_unregister(&alg_proto); in af_alg_init()
525 proto_unregister(&alg_proto); in af_alg_exit()