Lines Matching refs:hpts
1597 struct tcp_hpts_entry *hpts; in in_pcbrele_rlocked() local
1603 hpts = tcp_hpts_lock(inp); in in_pcbrele_rlocked()
1606 hpts, inp); in in_pcbrele_rlocked()
1607 mtx_unlock(&hpts->p_mtx); in in_pcbrele_rlocked()
1608 hpts = tcp_input_lock(inp); in in_pcbrele_rlocked()
1611 hpts, inp); in in_pcbrele_rlocked()
1612 mtx_unlock(&hpts->p_mtx); in in_pcbrele_rlocked()
1645 struct tcp_hpts_entry *hpts; in in_pcbrele_wlocked() local
1651 hpts = tcp_hpts_lock(inp); in in_pcbrele_wlocked()
1654 hpts, inp); in in_pcbrele_wlocked()
1655 mtx_unlock(&hpts->p_mtx); in in_pcbrele_wlocked()
1656 hpts = tcp_input_lock(inp); in in_pcbrele_wlocked()
1659 hpts, inp); in in_pcbrele_wlocked()
1660 mtx_unlock(&hpts->p_mtx); in in_pcbrele_wlocked()