Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp_hpts.c201 static void tcp_input_data(struct tcp_hpts_entry *hpts, struct timeval *tv);
202 static int32_t tcp_hptsi(struct tcp_hpts_entry *hpts, int from_callout);
213 SYSCTL_NODE(_net_inet_tcp, OID_AUTO, hpts, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
395 tcp_hpts_log(struct tcp_hpts_entry *hpts, struct tcpcb *tp, struct timeval *tv, in tcp_hpts_log() argument
406 log.u_bbr.flex1 = hpts->p_nxt_slot; in tcp_hpts_log()
407 log.u_bbr.flex2 = hpts->p_cur_slot; in tcp_hpts_log()
408 log.u_bbr.flex3 = hpts->p_prev_slot; in tcp_hpts_log()
410 log.u_bbr.flex5 = hpts->p_curtick; in tcp_hpts_log()
411 log.u_bbr.flex6 = hpts->p_on_queue_cnt; in tcp_hpts_log()
412 log.u_bbr.flex7 = hpts->p_cpu; in tcp_hpts_log()
[all …]
HDtcp_hpts.h192 #define HPTS_MTX_ASSERT(hpts) mtx_assert(&(hpts)->p_mtx, MA_OWNED) argument
233 __tcp_queue_to_input_locked(struct inpcb *inp, struct tcp_hpts_entry *hpts, int32_t line);
286 tcp_hpts_unlock(struct tcp_hpts_entry *hpts) in tcp_hpts_unlock() argument
288 mtx_unlock(&hpts->p_mtx); in tcp_hpts_unlock()
HDin_pcb.c1597 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()
[all …]