Searched refs:mydirection (Results 1 – 1 of 1) sorted by relevance
51 int mydirection = ssh == ctx->client ? S2C : C2S; in packet_hook() local52 int *packet_count = mydirection == S2C ? ctx->s2c : ctx->c2s; in packet_hook()58 mydirection == S2C ? "s2c" : "c2s", in packet_hook()62 if (mydirection == ctx->trigger_direction && in packet_hook()