Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hostcache.c97 struct mtx hch_mtx; member
220 #define THC_LOCK(h) mtx_lock(&(h)->hch_mtx)
221 #define THC_UNLOCK(h) mtx_unlock(&(h)->hch_mtx)
270 mtx_init(&V_tcp_hostcache.hashbase[i].hch_mtx, "tcp_hc_entry", in tcp_hc_init()
306 mtx_destroy(&V_tcp_hostcache.hashbase[i].hch_mtx); in tcp_hc_destroy()