Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c174 #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
433 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() local
495 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() local
573 struct tcp_hpts_entry *hpts; in tcp_hpts_remove() local
[all …]