Searched refs:hpts (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/netinet/ |
| D | tcp_hpts.c | 197 static void tcp_input_data(struct tcp_hpts_entry *hpts, struct timeval *tv); 198 static void tcp_hptsi(struct tcp_hpts_entry *hpts); 205 SYSCTL_NODE(_net_inet_tcp, OID_AUTO, hpts, CTLFLAG_RW, 0, "TCP Hpts controls"); 302 tcp_hpts_log(struct tcp_hpts_entry *hpts, struct tcpcb *tp, struct timeval *tv, in tcp_hpts_log() argument 308 log.u_bbr.flex1 = hpts->p_nxt_slot; in tcp_hpts_log() 309 log.u_bbr.flex2 = hpts->p_cur_slot; in tcp_hpts_log() 310 log.u_bbr.flex3 = hpts->p_prev_slot; in tcp_hpts_log() 312 log.u_bbr.flex5 = hpts->p_curtick; in tcp_hpts_log() 313 log.u_bbr.flex6 = hpts->p_on_queue_cnt; in tcp_hpts_log() 316 log.u_bbr.applimited = hpts->overidden_sleep; in tcp_hpts_log() [all …]
|
| D | tcp_hpts.h | 164 #define HPTS_MTX_ASSERT(hpts) mtx_assert(&(hpts)->p_mtx, MA_OWNED) argument 205 __tcp_queue_to_input_locked(struct inpcb *inp, struct tcp_hpts_entry *hpts, int32_t line); 251 tcp_hpts_unlock(struct tcp_hpts_entry *hpts) in tcp_hpts_unlock() argument 253 mtx_unlock(&hpts->p_mtx); in tcp_hpts_unlock()
|
| D | in_pcb.c | 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() [all …]
|