Searched defs:newsock (Results 1 - 2 of 2) sorted by relevance

/crypto/
H A Daf_alg.c225 int af_alg_accept(struct sock *sk, struct socket *newsock) argument
244 sock_init_data(newsock, sk2);
245 sock_graft(sk2, newsock);
259 newsock->ops = type->ops;
260 newsock->state = SS_CONNECTED;
271 static int alg_accept(struct socket *sock, struct socket *newsock, int flags) argument
273 return af_alg_accept(sock->sk, newsock);
H A Dalgif_hash.c184 static int hash_accept(struct socket *sock, struct socket *newsock, int flags) argument
200 err = af_alg_accept(ask->parent, newsock);
204 sk2 = newsock->sk;

Completed in 320 milliseconds