Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_subr.c1828 tcp_timer_stop(tp, TT_REXMT); in tcp_discardcb()
1829 tcp_timer_stop(tp, TT_PERSIST); in tcp_discardcb()
1830 tcp_timer_stop(tp, TT_KEEP); in tcp_discardcb()
1831 tcp_timer_stop(tp, TT_2MSL); in tcp_discardcb()
1832 tcp_timer_stop(tp, TT_DELACK); in tcp_discardcb()
Dtcp_var.h937 void tcp_timer_stop(struct tcpcb *, uint32_t);
Dtcp_timer.c1054 tcp_timer_stop(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_stop() function