Home
last modified time | relevance | path

Searched refs:hhook_data (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/netinet/
H A Dtcp_output.c160 struct tcp_hhook_data hhook_data; in hhook_run_tcp_est_out() local
163 hhook_data.tp = tp; in hhook_run_tcp_est_out()
164 hhook_data.th = th; in hhook_run_tcp_est_out()
165 hhook_data.to = to; in hhook_run_tcp_est_out()
166 hhook_data.len = len; in hhook_run_tcp_est_out()
167 hhook_data.tso = tso; in hhook_run_tcp_est_out()
169 hhook_run_hooks(V_tcp_hhh[HHOOK_TCP_EST_OUT], &hhook_data, in hhook_run_tcp_est_out()
H A Dtcp_input.c278 struct tcp_hhook_data hhook_data; in hhook_run_tcp_est_in() local
281 hhook_data.tp = tp; in hhook_run_tcp_est_in()
282 hhook_data.th = th; in hhook_run_tcp_est_in()
283 hhook_data.to = to; in hhook_run_tcp_est_in()
285 hhook_run_hooks(V_tcp_hhh[HHOOK_TCP_EST_IN], &hhook_data, in hhook_run_tcp_est_in()
/freebsd-14.2/sys/kern/
H A Duipc_socket.c3693 struct socket_hhook_data hhook_data = { local
3701 HHOOKS_RUN_IF(V_socket_hhh[h_id], &hhook_data, &so->osd);
3705 return (hhook_data.status);