Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dhhook.h101 int32_t hhh_nhooks; member
141 if (hhh != NULL && hhh->hhh_nhooks > 0) \
157 if (_hhh->hhh_nhooks > 0) \
/f-stack/freebsd/kern/
H A Dkern_hhook.c165 hhh->hhh_nhooks++; in hhook_add_hook()
261 hhh->hhh_nhooks--; in hhook_remove_hook()
315 tmphhh->hhh_nhooks = 0; in hhook_head_register()
H A Duipc_socket.c3176 if (V_socket_hhh[HHOOK_SOCKET_OPT]->hhh_nhooks > 0)
3382 if (V_socket_hhh[HHOOK_SOCKET_OPT]->hhh_nhooks > 0)
/f-stack/freebsd/netinet/
H A Dtcp_output.c166 if (V_tcp_hhh[HHOOK_TCP_EST_OUT]->hhh_nhooks > 0) { in hhook_run_tcp_est_out()
H A Dtcp_input.c298 if (V_tcp_hhh[HHOOK_TCP_EST_IN]->hhh_nhooks > 0) { in hhook_run_tcp_est_in()