Searched refs:mux_pause (Results 1 – 3 of 3) sorted by relevance
472 c->mux_pause = 1; /* stop handling messages until open_confirm done */ in process_mux_new_session()640 if (c->mux_pause <= 0) in mux_confirm_remote_forward()641 fatal("%s: mux_pause %d", __func__, c->mux_pause); in mux_confirm_remote_forward()642 c->mux_pause = 0; /* start processing messages again */ in mux_confirm_remote_forward()794 c->mux_pause = 1; /* wait for mux_confirm_remote_forward */ in process_mux_open_fwd()1014 c->mux_pause = 1; /* stop handling messages until open_confirm done */ in process_mux_stdio_fwd()1058 if (cc->mux_pause <= 0) in mux_stdio_confirm()1059 fatal("%s: mux_pause %d", __func__, cc->mux_pause); in mux_stdio_confirm()1060 cc->mux_pause = 0; /* start processing messages again */ in mux_stdio_confirm()1373 if (cc->mux_pause <= 0) in mux_session_confirm()[all …]
164 int mux_pause; member
353 c->mux_pause = 0; in channel_new()1022 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause && in channel_pre_mux_client()1905 if (c->rfd != -1 && !c->mux_pause && FD_ISSET(c->rfd, readset) &&