Searched refs:hook_ctx (Results 1 – 1 of 1) sorted by relevance
37 struct hook_ctx { struct48 struct hook_ctx *ctx = (struct hook_ctx *)_ctx; in packet_hook() argument207 struct hook_ctx hook_ctx; in do_kex_with_key() local228 hook_ctx.c2s = c2s; in do_kex_with_key()229 hook_ctx.s2c = s2c; in do_kex_with_key()230 hook_ctx.trigger_direction = direction; in do_kex_with_key()231 hook_ctx.packet_index = packet_index; in do_kex_with_key()232 hook_ctx.dump_path = dump_path; in do_kex_with_key()233 hook_ctx.replace_data = replace_data; in do_kex_with_key()234 hook_ctx.client = client; in do_kex_with_key()[all …]