Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c312 THC_LOCK(&hc_head->hch_mtx); in tcp_hc_lookup()
333 THC_UNLOCK(&hc_head->hch_mtx); in tcp_hc_lookup()
371 THC_LOCK(&hc_head->hch_mtx); in tcp_hc_insert()
389 THC_UNLOCK(&hc_head->hch_mtx); in tcp_hc_insert()
405 THC_UNLOCK(&hc_head->hch_mtx); in tcp_hc_insert()
474 THC_UNLOCK(&hc_entry->rmx_head->hch_mtx); in tcp_hc_get()
499 THC_UNLOCK(&hc_entry->rmx_head->hch_mtx); in tcp_hc_getmtu()
542 THC_UNLOCK(&hc_entry->rmx_head->hch_mtx); in tcp_hc_updatemtu()
619 THC_UNLOCK(&hc_entry->rmx_head->hch_mtx); in tcp_hc_update()
650 THC_LOCK(&V_tcp_hostcache.hashbase[i].hch_mtx); in sysctl_tcp_hc_list()
[all …]
H A Dtcp_hostcache.h47 struct mtx hch_mtx; member