Searched refs:HHOOK_TCP_EST_OUT (Results 1 – 5 of 5) sorted by relevance
106 .hook_id = HHOOK_TCP_EST_OUT,142 else if (hhook_id == HHOOK_TCP_EST_OUT) in example_hook()
660 #define HHOOK_TCP_EST_OUT 1 macro661 #define HHOOK_TCP_LAST HHOOK_TCP_EST_OUT
1025 if (hhook_head_register(HHOOK_TYPE_TCP, HHOOK_TCP_EST_OUT, in tcp_init()1026 &V_tcp_hhh[HHOOK_TCP_EST_OUT], HHOOK_NOWAIT|HHOOK_HEADISINVNET) != 0) in tcp_init()1194 error = hhook_head_deregister(V_tcp_hhh[HHOOK_TCP_EST_OUT]); in tcp_destroy()1198 HHOOK_TYPE_TCP, HHOOK_TCP_EST_OUT, error); in tcp_destroy()
158 if (V_tcp_hhh[HHOOK_TCP_EST_OUT]->hhh_nhooks > 0) { in hhook_run_tcp_est_out()165 hhook_run_hooks(V_tcp_hhh[HHOOK_TCP_EST_OUT], &hhook_data, in hhook_run_tcp_est_out()
121 .hook_id = HHOOK_TCP_EST_OUT,