Home
last modified time | relevance | path

Searched refs:filter_ctx (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dchannels.h143 void *filter_ctx; member
Dclientloop.c983 if (c->filter_ctx == NULL) in process_escapes()
985 efc = (struct escape_filter_ctx *)c->filter_ctx; in process_escapes()
Dchannels.c328 c->filter_ctx = NULL; in channel_new()
421 if (c->filter_cleanup != NULL && c->filter_ctx != NULL) in channel_free()
422 c->filter_cleanup(c->self, c->filter_ctx); in channel_free()
754 c->filter_ctx = ctx; in channel_register_filter()