Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c229 V_tcp_hostcache.hashbase = (struct hc_head *) in tcp_hc_init()
289 struct hc_head *hc_head; in tcp_hc_lookup() local
305 hc_head = &V_tcp_hostcache.hashbase[hash]; in tcp_hc_lookup()
312 THC_LOCK(&hc_head->hch_mtx); in tcp_hc_lookup()
333 THC_UNLOCK(&hc_head->hch_mtx); in tcp_hc_lookup()
348 struct hc_head *hc_head; in tcp_hc_insert() local
364 hc_head = &V_tcp_hostcache.hashbase[hash]; in tcp_hc_insert()
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()
[all …]
H A Dtcp_hostcache.h44 struct hc_head { struct
53 struct hc_head *rmx_head; /* head of bucket tail queue */ argument
72 struct hc_head *hashbase;