Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_subr.c2303 tcp_timer_stop(tp, TT_REXMT); in tcp_discardcb()
2304 tcp_timer_stop(tp, TT_PERSIST); in tcp_discardcb()
2305 tcp_timer_stop(tp, TT_KEEP); in tcp_discardcb()
2306 tcp_timer_stop(tp, TT_2MSL); in tcp_discardcb()
2307 tcp_timer_stop(tp, TT_DELACK); in tcp_discardcb()
H A Dtcp_timer.c1073 tcp_timer_stop(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_stop() function
H A Dtcp_var.h1077 void tcp_timer_stop(struct tcpcb *, uint32_t);