Searched defs:hpts (Results 1 – 1 of 1) sorted by relevance
174 #define HPTS_MTX_ASSERT(hpts) mtx_assert(&(hpts)->p_mtx, MA_OWNED) argument175 #define HPTS_LOCK(hpts) mtx_lock(&(hpts)->p_mtx) argument176 #define HPTS_TRYLOCK(hpts) mtx_trylock(&(hpts)->p_mtx) argument177 #define HPTS_UNLOCK(hpts) mtx_unlock(&(hpts)->p_mtx) argument433 tcp_hpts_log(struct tcp_hpts_entry *hpts, struct tcpcb *tp, struct timeval *tv, in tcp_hpts_log()471 tcp_wakehpts(struct tcp_hpts_entry *hpts) in tcp_wakehpts()488 struct tcp_hpts_entry *hpts; in hpts_timeout_swi() local495 tcp_hpts_insert_internal(struct tcpcb *tp, struct tcp_hpts_entry *hpts) in tcp_hpts_insert_internal()524 struct tcp_hpts_entry *hpts; in tcp_hpts_lock() local573 struct tcp_hpts_entry *hpts; in tcp_hpts_remove() local[all …]