Lines Matching refs:hpts
1509 struct tcp_hpts_entry *hpts; in in_pcbrele_rlocked() local
1515 hpts = tcp_hpts_lock(inp); in in_pcbrele_rlocked()
1518 hpts, inp); in in_pcbrele_rlocked()
1519 mtx_unlock(&hpts->p_mtx); in in_pcbrele_rlocked()
1520 hpts = tcp_input_lock(inp); in in_pcbrele_rlocked()
1523 hpts, inp); in in_pcbrele_rlocked()
1524 mtx_unlock(&hpts->p_mtx); in in_pcbrele_rlocked()
1557 struct tcp_hpts_entry *hpts; in in_pcbrele_wlocked() local
1563 hpts = tcp_hpts_lock(inp); in in_pcbrele_wlocked()
1566 hpts, inp); in in_pcbrele_wlocked()
1567 mtx_unlock(&hpts->p_mtx); in in_pcbrele_wlocked()
1568 hpts = tcp_input_lock(inp); in in_pcbrele_wlocked()
1571 hpts, inp); in in_pcbrele_wlocked()
1572 mtx_unlock(&hpts->p_mtx); in in_pcbrele_wlocked()