Lines Matching refs:handshake_req
44 .key_len = sizeof_field(struct handshake_req, hr_sk),
45 .key_offset = offsetof(struct handshake_req, hr_sk),
46 .head_offset = offsetof(struct handshake_req, hr_rhash),
60 struct handshake_req *handshake_req_hash_lookup(struct sock *sk) in handshake_req_hash_lookup()
67 static bool handshake_req_hash_add(struct handshake_req *req) in handshake_req_hash_add()
77 static void handshake_req_destroy(struct handshake_req *req) in handshake_req_destroy()
89 struct handshake_req *req; in handshake_sk_destruct()
109 struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto, in handshake_req_alloc()
112 struct handshake_req *req; in handshake_req_alloc()
138 void *handshake_req_private(struct handshake_req *req) in handshake_req_private()
145 struct handshake_req *req) in __add_pending_locked()
155 struct handshake_req *req) in __remove_pending_locked()
167 static bool remove_pending(struct handshake_net *hn, struct handshake_req *req) in remove_pending()
181 struct handshake_req *handshake_req_next(struct handshake_net *hn, int class) in handshake_req_next()
183 struct handshake_req *req, *pos; in handshake_req_next()
223 int handshake_req_submit(struct socket *sock, struct handshake_req *req, in handshake_req_submit()
286 void handshake_complete(struct handshake_req *req, unsigned int status, in handshake_complete()
315 struct handshake_req *req; in handshake_req_cancel()