Home
last modified time | relevance | path

Searched refs:handshake_done (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/char/
H A Dterminal3270.c37 bool handshake_done; member
70 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()
/openbmc/linux/include/linux/sunrpc/
H A Dxprtsock.h60 struct completion handshake_done; member
/openbmc/linux/tools/net/ynl/generated/
H A Dhandshake-user.h143 int handshake_done(struct ynl_sock *ys, struct handshake_done_req *req);
H A Dhandshake-user.c296 int handshake_done(struct ynl_sock *ys, struct handshake_done_req *req) in handshake_done() function
/openbmc/linux/net/sunrpc/
H A Dxprtsock.c2549 complete(&lower_transport->handshake_done); in xs_tls_handshake_done()
2566 init_completion(&lower_transport->handshake_done); in xs_tls_handshake_sync()
2587 rc = wait_for_completion_interruptible_timeout(&lower_transport->handshake_done, in xs_tls_handshake_sync()