Lines Matching refs:handshake_req
30 struct handshake_req {
57 int (*hp_accept)(struct handshake_req *req,
59 void (*hp_done)(struct handshake_req *req,
62 void (*hp_destroy)(struct handshake_req *req);
80 struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto,
84 void *handshake_req_private(struct handshake_req *req);
85 struct handshake_req *handshake_req_hash_lookup(struct sock *sk);
86 struct handshake_req *handshake_req_next(struct handshake_net *hn, int class);
87 int handshake_req_submit(struct socket *sock, struct handshake_req *req,
89 void handshake_complete(struct handshake_req *req, unsigned int status,