Searched refs:tcp_timer_stop (Results 1 – 3 of 3) sorted by relevance
1821 tcp_timer_stop(tp, TT_REXMT); in tcp_discardcb()1822 tcp_timer_stop(tp, TT_PERSIST); in tcp_discardcb()1823 tcp_timer_stop(tp, TT_KEEP); in tcp_discardcb()1824 tcp_timer_stop(tp, TT_2MSL); in tcp_discardcb()1825 tcp_timer_stop(tp, TT_DELACK); in tcp_discardcb()
917 void tcp_timer_stop(struct tcpcb *, uint32_t);
1025 tcp_timer_stop(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_stop() function