Home
last modified time | relevance | path

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

/freebsd/sys/netinet/khelp/
H A Dh_ertt.c112 .hook_id = HHOOK_TCP_EST_IN,
/freebsd/sys/netinet/
H A Dtcp_subr.c1429 if (hhook_head_register(HHOOK_TYPE_TCP, HHOOK_TCP_EST_IN, in tcp_vnet_init()
1430 &V_tcp_hhh[HHOOK_TCP_EST_IN], HHOOK_NOWAIT|HHOOK_HEADISINVNET) != 0) in tcp_vnet_init()
1602 error = hhook_head_deregister(V_tcp_hhh[HHOOK_TCP_EST_IN]); in tcp_destroy()
1606 HHOOK_TYPE_TCP, HHOOK_TCP_EST_IN, error); in tcp_destroy()
H A Dtcp_var.h1144 #define HHOOK_TCP_EST_IN 0 macro
H A Dtcp_input.c275 if (V_tcp_hhh[HHOOK_TCP_EST_IN]->hhh_nhooks > 0) { in hhook_run_tcp_est_in()
280 hhook_run_hooks(V_tcp_hhh[HHOOK_TCP_EST_IN], &hhook_data, in hhook_run_tcp_est_in()