Searched refs:handshake_done (Results 1 – 5 of 5) sorted by relevance
37 bool handshake_done; member70 t->handshake_done = true; in TN3270_handshake_done()114 if (!t->handshake_done) { in terminal_read()156 t->handshake_done = false; in chr_event()251 if (!t->handshake_done) { in write_payload_3270()
60 struct completion handshake_done; member
143 int handshake_done(struct ynl_sock *ys, struct handshake_done_req *req);
296 int handshake_done(struct ynl_sock *ys, struct handshake_done_req *req) in handshake_done() function
2565 complete(&lower_transport->handshake_done); in xs_tls_handshake_done()2582 init_completion(&lower_transport->handshake_done); in xs_tls_handshake_sync()2603 rc = wait_for_completion_interruptible_timeout(&lower_transport->handshake_done, in xs_tls_handshake_sync()