Searched defs:session_state (Results 1 – 5 of 5) sorted by relevance
110 struct session_state { struct117 int connection_in;118 int connection_out;121 u_int remote_protocol_flags;124 struct sshcipher_ctx *receive_context;127 struct sshcipher_ctx *send_context;130 struct sshbuf *input;133 struct sshbuf *output;136 struct sshbuf *outgoing_packet;139 struct sshbuf *incoming_packet;[all …]
67 SessionState* session_state) { in SaveTensors()
90 SessionState* session_state = nullptr; member
80 } session_state; /* for EVENT_FST_SESSION_STATE_CHANGED */ member
638 SessionState* session_state = nullptr; member1073 SessionState* session_state() const { return params_->session_state; } in session_state() function