Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c237 TAILQ_INIT(&V_tcp_hostcache.hashbase[i].hch_bucket); in tcp_hc_init()
317 TAILQ_FOREACH(hc_entry, &hc_head->hch_bucket, rmx_q) { in tcp_hc_lookup()
378 hc_entry = TAILQ_LAST(&hc_head->hch_bucket, hc_qhead); in tcp_hc_insert()
392 TAILQ_REMOVE(&hc_head->hch_bucket, hc_entry, rmx_q); in tcp_hc_insert()
425 TAILQ_INSERT_HEAD(&hc_head->hch_bucket, hc_entry, rmx_q); in tcp_hc_insert()
536 TAILQ_REMOVE(&hc_entry->rmx_head->hch_bucket, hc_entry, rmx_q); in tcp_hc_updatemtu()
537 TAILQ_INSERT_HEAD(&hc_entry->rmx_head->hch_bucket, hc_entry, rmx_q); in tcp_hc_updatemtu()
617 TAILQ_REMOVE(&hc_entry->rmx_head->hch_bucket, hc_entry, rmx_q); in tcp_hc_update()
651 TAILQ_FOREACH(hc_entry, &V_tcp_hostcache.hashbase[i].hch_bucket, in sysctl_tcp_hc_list()
698 &V_tcp_hostcache.hashbase[i].hch_bucket, rmx_q, hc_next) { in tcp_hc_purge_internal()
[all …]
H A Dtcp_hostcache.h45 struct hc_qhead hch_bucket; member