Home
last modified time | relevance | path

Searched refs:HHOOK_TCP_EST_IN (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c115 .hook_id = HHOOK_TCP_EST_IN,
/f-stack/freebsd/netinet/
H A Dtcp_subr.c1100 if (hhook_head_register(HHOOK_TYPE_TCP, HHOOK_TCP_EST_IN, in tcp_init()
1101 &V_tcp_hhh[HHOOK_TCP_EST_IN], HHOOK_NOWAIT|HHOOK_HEADISINVNET) != 0) in tcp_init()
1281 error = hhook_head_deregister(V_tcp_hhh[HHOOK_TCP_EST_IN]); in tcp_destroy()
1285 HHOOK_TYPE_TCP, HHOOK_TCP_EST_IN, error); in tcp_destroy()
H A Dtcp_var.h719 #define HHOOK_TCP_EST_IN 0 macro
H A Dtcp_input.c298 if (V_tcp_hhh[HHOOK_TCP_EST_IN]->hhh_nhooks > 0) { 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()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h719 #define HHOOK_TCP_EST_IN 0 macro