Searched refs:hhook_data (Results 1 – 3 of 3) sorted by relevance
164 struct tcp_hhook_data hhook_data; in hhook_run_tcp_est_out() local167 hhook_data.tp = tp; in hhook_run_tcp_est_out()168 hhook_data.th = th; in hhook_run_tcp_est_out()169 hhook_data.to = to; in hhook_run_tcp_est_out()170 hhook_data.len = len; in hhook_run_tcp_est_out()171 hhook_data.tso = tso; in hhook_run_tcp_est_out()173 hhook_run_hooks(V_tcp_hhh[HHOOK_TCP_EST_OUT], &hhook_data, in hhook_run_tcp_est_out()
296 struct tcp_hhook_data hhook_data; in hhook_run_tcp_est_in() local299 hhook_data.tp = tp; in hhook_run_tcp_est_in()300 hhook_data.th = th; in hhook_run_tcp_est_in()301 hhook_data.to = to; in hhook_run_tcp_est_in()303 hhook_run_hooks(V_tcp_hhh[HHOOK_TCP_EST_IN], &hhook_data, in hhook_run_tcp_est_in()
2923 struct socket_hhook_data hhook_data = { local2931 HHOOKS_RUN_IF(V_socket_hhh[h_id], &hhook_data, &so->osd);2935 return (hhook_data.status);