Searched refs:rmx_head (Results 1 – 2 of 2) sorted by relevance
419 hc_entry->rmx_head = hc_head; in tcp_hc_insert()474 THC_UNLOCK(&hc_entry->rmx_head->hch_mtx); in tcp_hc_get()499 THC_UNLOCK(&hc_entry->rmx_head->hch_mtx); in tcp_hc_getmtu()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()542 THC_UNLOCK(&hc_entry->rmx_head->hch_mtx); in tcp_hc_updatemtu()617 TAILQ_REMOVE(&hc_entry->rmx_head->hch_bucket, hc_entry, rmx_q); in tcp_hc_update()618 TAILQ_INSERT_HEAD(&hc_entry->rmx_head->hch_bucket, hc_entry, rmx_q); in tcp_hc_update()619 THC_UNLOCK(&hc_entry->rmx_head->hch_mtx); in tcp_hc_update()
53 struct hc_head *rmx_head; /* head of bucket tail queue */ member