Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hostcache.c94 struct hc_head { struct
123 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() local
344 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() local
460 hc_head = &V_tcp_hostcache.hashbase[HOSTCACHE_HASH(inc)]; in tcp_hc_update()
463 THC_LOCK(hc_head); in tcp_hc_update()
[all …]