Home
last modified time | relevance | path

Searched refs:hpts (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_hpts.c1383 hpts->saved_curtick = hpts->p_curtick; in tcp_hptsi()
1387 hpts->p_lasttick = hpts->p_curtick; in tcp_hptsi()
1396 hpts->p_prev_slot = hpts->p_cur_slot; in tcp_hptsi()
1397 hpts->p_lasttick = hpts->p_curtick; in tcp_hptsi()
1430 hpts->p_cur_slot = hpts->p_prev_slot; in tcp_hptsi()
1457 hpts->p_nxt_slot = hpts->p_prev_slot; in tcp_hptsi()
1464 hpts, hpts->p_on_inqueue_cnt); in tcp_hptsi()
1687 hpts, hpts->p_on_inqueue_cnt); in tcp_hptsi()
1690 hpts->p_prev_slot = hpts->p_cur_slot; in tcp_hptsi()
1691 hpts->p_lasttick = hpts->p_curtick; in tcp_hptsi()
[all …]
H A Dtcp_hpts.h163 #define HPTS_MTX_ASSERT(hpts) mtx_assert(&(hpts)->p_mtx, MA_OWNED) argument
204 __tcp_queue_to_input_locked(struct inpcb *inp, struct tcp_hpts_entry *hpts, int32_t line);
250 tcp_hpts_unlock(struct tcp_hpts_entry *hpts) in tcp_hpts_unlock() argument
252 mtx_unlock(&hpts->p_mtx); in tcp_hpts_unlock()
H A Din_pcb.c1642 hpts = tcp_hpts_lock(inp); in in_pcbrele_rlocked()
1645 hpts, inp); in in_pcbrele_rlocked()
1646 mtx_unlock(&hpts->p_mtx); in in_pcbrele_rlocked()
1647 hpts = tcp_input_lock(inp); in in_pcbrele_rlocked()
1650 hpts, inp); in in_pcbrele_rlocked()
1651 mtx_unlock(&hpts->p_mtx); in in_pcbrele_rlocked()
1690 hpts = tcp_hpts_lock(inp); in in_pcbrele_wlocked()
1693 hpts, inp); in in_pcbrele_wlocked()
1694 mtx_unlock(&hpts->p_mtx); in in_pcbrele_wlocked()
1698 hpts, inp); in in_pcbrele_wlocked()
[all …]