Searched refs:hpts (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_hpts.c | 174 #define HPTS_MTX_ASSERT(hpts) mtx_assert(&(hpts)->p_mtx, MA_OWNED) argument 175 #define HPTS_LOCK(hpts) mtx_lock(&(hpts)->p_mtx) argument 176 #define HPTS_TRYLOCK(hpts) mtx_trylock(&(hpts)->p_mtx) argument 177 #define HPTS_UNLOCK(hpts) mtx_unlock(&(hpts)->p_mtx) argument 243 static int32_t tcp_hptsi(struct tcp_hpts_entry *hpts, bool from_callout); 252 SYSCTL_NODE(_net_inet_tcp, OID_AUTO, hpts, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, 433 tcp_hpts_log(struct tcp_hpts_entry *hpts, struct tcpcb *tp, struct timeval *tv, in tcp_hpts_log() argument 444 log.u_bbr.flex1 = hpts->p_nxt_slot; in tcp_hpts_log() 445 log.u_bbr.flex2 = hpts->p_cur_slot; in tcp_hpts_log() 446 log.u_bbr.flex3 = hpts->p_prev_slot; in tcp_hpts_log() [all …]
|
/freebsd/sys/modules/tcp/ |
H A D | Makefile | 10 _hpts= hpts
|