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

/freebsd-10.1-release/sys/sys/
H A Dhhook.h88 * Ideally this would be private but we need access to the hhh_nhooks member
96 int32_t hhh_nhooks; member in struct:hhook_head
136 if (hhh != NULL && hhh->hhh_nhooks > 0) \
152 if (_hhh->hhh_nhooks > 0) \
/freebsd-10.1-release/sys/kern/
H A Dkern_hhook.c162 hhh->hhh_nhooks++;
258 hhh->hhh_nhooks--;
312 tmphhh->hhh_nhooks = 0;
/freebsd-10.1-release/sys/netinet/
H A Dtcp_output.c141 if (V_tcp_hhh[HHOOK_TCP_EST_OUT]->hhh_nhooks > 0) {
H A Dtcp_input.c269 if (V_tcp_hhh[HHOOK_TCP_EST_IN]->hhh_nhooks > 0) {

Completed in 70 milliseconds