Searched refs:arg (Results 1 – 2 of 2) sorted by relevance
| /crypto/ |
| A D | algif_hash.c | 227 struct proto_accept_arg *arg) in hash_accept() argument 255 err = af_alg_accept(ask->parent, newsock, arg); in hash_accept() 354 struct proto_accept_arg *arg) in hash_accept_nokey() argument 362 return hash_accept(sock, newsock, arg); in hash_accept_nokey()
|
| A D | af_alg.c | 411 struct proto_accept_arg *arg) in af_alg_accept() argument 426 sk2 = sk_alloc(sock_net(sk), PF_ALG, GFP_KERNEL, &alg_proto, arg->kern); in af_alg_accept() 473 struct proto_accept_arg *arg) in alg_accept() argument 475 return af_alg_accept(sock->sk, newsock, arg); in alg_accept()
|
Completed in 6 milliseconds