Searched refs:hc_head (Results 1 – 2 of 2) sorted by relevance
229 V_tcp_hostcache.hashbase = (struct hc_head *) in tcp_hc_init()289 struct hc_head *hc_head; in tcp_hc_lookup() local305 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() local364 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 …]
44 struct hc_head { struct53 struct hc_head *rmx_head; /* head of bucket tail queue */ argument72 struct hc_head *hashbase;