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

/freebsd-10.1-release/sys/netinet/
H A Dtcp_hostcache.h42 struct hc_head { struct
51 struct hc_head *rmx_head; /* head of bucket tail queue */
70 struct hc_head *hashbase;
H A Dtcp_hostcache.c210 V_tcp_hostcache.hashbase = (struct hc_head *)
211 malloc(V_tcp_hostcache.hashsize * sizeof(struct hc_head),
270 struct hc_head *hc_head; local
283 hc_head = &V_tcp_hostcache.hashbase[hash];
290 THC_LOCK(&hc_head->hch_mtx);
295 TAILQ_FOREACH(hc_entry, &hc_head->hch_bucket, rmx_q) {
310 THC_UNLOCK(&hc_head->hch_mtx);
325 struct hc_head *hc_head; local
[all...]

Completed in 99 milliseconds