Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDhhook.h96 int32_t hhh_nhooks; member
136 if (hhh != NULL && hhh->hhh_nhooks > 0) \
152 if (_hhh->hhh_nhooks > 0) \
/trueos/sys/kern/
HDkern_hhook.c162 hhh->hhh_nhooks++; in hhook_add_hook()
258 hhh->hhh_nhooks--; in hhook_remove_hook()
312 tmphhh->hhh_nhooks = 0; in hhook_head_register()
/trueos/sys/netinet/
HDtcp_output.c141 if (V_tcp_hhh[HHOOK_TCP_EST_OUT]->hhh_nhooks > 0) { in hhook_run_tcp_est_out()
HDtcp_input.c269 if (V_tcp_hhh[HHOOK_TCP_EST_IN]->hhh_nhooks > 0) { in hhook_run_tcp_est_in()