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

/linux-4.4.14/crypto/
H A Daf_alg.c33 static struct proto alg_proto = { variable in typeref:struct:proto
284 sk2 = sk_alloc(sock_net(sk), PF_ALG, GFP_KERNEL, &alg_proto, 0); af_alg_accept()
373 sk = sk_alloc(net, PF_ALG, GFP_KERNEL, &alg_proto, kern); alg_create()
511 int err = proto_register(&alg_proto, 0); af_alg_init()
524 proto_unregister(&alg_proto); af_alg_init()
531 proto_unregister(&alg_proto); af_alg_exit()

Completed in 76 milliseconds