Searched refs:HHOOK_TCP_EST_IN (Results 1 – 5 of 5) sorted by relevance
100 .hook_id = HHOOK_TCP_EST_IN,140 if (hhook_id == HHOOK_TCP_EST_IN) in example_hook()
115 .hook_id = HHOOK_TCP_EST_IN,
1022 if (hhook_head_register(HHOOK_TYPE_TCP, HHOOK_TCP_EST_IN, in tcp_init()1023 &V_tcp_hhh[HHOOK_TCP_EST_IN], HHOOK_NOWAIT|HHOOK_HEADISINVNET) != 0) in tcp_init()1188 error = hhook_head_deregister(V_tcp_hhh[HHOOK_TCP_EST_IN]); in tcp_destroy()1192 HHOOK_TYPE_TCP, HHOOK_TCP_EST_IN, error); in tcp_destroy()
659 #define HHOOK_TCP_EST_IN 0 macro
283 if (V_tcp_hhh[HHOOK_TCP_EST_IN]->hhh_nhooks > 0) { in hhook_run_tcp_est_in()288 hhook_run_hooks(V_tcp_hhh[HHOOK_TCP_EST_IN], &hhook_data, in hhook_run_tcp_est_in()