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

/freebsd-10.2-release/sys/netinet/
H A Dtcp_hostcache.c272 struct hc_metrics *hc_entry; local
296 TAILQ_FOREACH(hc_entry, &hc_head->hch_bucket, rmx_q) {
298 if (memcmp(&inc->inc6_faddr, &hc_entry->ip6,
300 return hc_entry;
302 if (memcmp(&inc->inc_faddr, &hc_entry->ip4,
304 return hc_entry;
327 struct hc_metrics *hc_entry; local
353 hc_entry = TAILQ_LAST(&hc_head->hch_bucket, hc_qhead);
363 if (hc_entry == NULL) {
367 TAILQ_REMOVE(&hc_head->hch_bucket, hc_entry, rmx_
415 struct hc_metrics *hc_entry; local
455 struct hc_metrics *hc_entry; local
477 struct hc_metrics *hc_entry; local
516 struct hc_metrics *hc_entry; local
599 struct hc_metrics *hc_entry; local
654 struct hc_metrics *hc_entry, *hc_next; local
[all...]

Completed in 93 milliseconds