Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp_subr.c2299 tcp_timer_stop(tp, TT_REXMT); in tcp_discardcb()
2300 tcp_timer_stop(tp, TT_PERSIST); in tcp_discardcb()
2301 tcp_timer_stop(tp, TT_KEEP); in tcp_discardcb()
2302 tcp_timer_stop(tp, TT_2MSL); in tcp_discardcb()
2303 tcp_timer_stop(tp, TT_DELACK); in tcp_discardcb()
HDtcp_timer.c1083 tcp_timer_stop(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_stop() function
HDtcp_var.h1076 void tcp_timer_stop(struct tcpcb *, uint32_t);