Searched refs:hc_head (Results 1 – 1 of 1) sorted by relevance
94 struct hc_head { struct123 struct hc_head *hashbase;260 V_tcp_hostcache.hashbase = (struct hc_head *) in tcp_hc_init()261 malloc(V_tcp_hostcache.hashsize * sizeof(struct hc_head), in tcp_hc_init()339 struct hc_head *hc_head; in tcp_hc_lookup() local344 hc_head = &V_tcp_hostcache.hashbase[HOSTCACHE_HASH(inc)]; in tcp_hc_lookup()350 CK_SLIST_FOREACH(hc_entry, &hc_head->hch_bucket, hc_q) in tcp_hc_lookup()452 struct hc_head *hc_head; in tcp_hc_update() local460 hc_head = &V_tcp_hostcache.hashbase[HOSTCACHE_HASH(inc)]; in tcp_hc_update()463 THC_LOCK(hc_head); in tcp_hc_update()[all …]