Searched refs:hook_in (Results 1 – 6 of 6) sorted by relevance
214 c->hook_in = 0; /* Allow hook to work again once it is complete */ in clear_hook_in_cleanup()220 if ((c->hook_pre) && (!c->hook_in)) in execute_cmd_pre_hook()223 c->hook_in = 1; /* Prevent recursive hooking */ in execute_cmd_pre_hook()232 if ((c->hook_post) && (!c->hook_in)) in execute_cmd_post_hook()235 c->hook_in = 1; /* Prevent recursive hooking */ in execute_cmd_post_hook()
128 int hook_in; member
172 c->hook_in = 0; in add_cmd()
203 ssh_packet_hook_fn *hook_in; member257 ssh->state->hook_in = hook; in ssh_packet_set_input_hook()1745 if (state->hook_in != NULL && in ssh_packet_read_poll2()1746 (r = state->hook_in(ssh, state->incoming_packet, typep, in ssh_packet_read_poll2()
970 for the post hook command operation. Added hook_in so that an executing
11933 hook_in is cleared.