Searched refs:mux_ctx (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssh/
H A Dchannels.h180 void *mux_ctx; member in struct:Channel
H A Dmux.c273 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx;
277 fatal("%s: channel %d: c->mux_ctx == NULL", __func__, c->self);
1153 struct mux_master_state *state = (struct mux_master_state *)c->mux_ctx;
1162 if (c->mux_ctx == NULL) {
1164 c->mux_ctx = state;
H A Dchannels.c598 other->mux_ctx == c) {
599 other->mux_ctx = NULL;
2755 c->mux_ctx = downstream; /* point to mux client */
2782 c->mux_ctx = downstream; /* point to mux client */
2882 if ((downstream = c->mux_ctx) == NULL)

Completed in 166 milliseconds