Searched refs:tcp_timer_discard (Results 1 – 1 of 1) sorted by relevance
236 static void tcp_timer_discard(struct tcpcb *, uint32_t);1137 tcp_timer_discard((struct tcpcb *)xtp, TT_2MSL); in tcp_timer_2msl_discard()1144 tcp_timer_discard((struct tcpcb *)xtp, TT_KEEP); in tcp_timer_keep_discard()1151 tcp_timer_discard((struct tcpcb *)xtp, TT_PERSIST); in tcp_timer_persist_discard()1158 tcp_timer_discard((struct tcpcb *)xtp, TT_REXMT); in tcp_timer_rexmt_discard()1165 tcp_timer_discard((struct tcpcb *)xtp, TT_DELACK); in tcp_timer_delack_discard()1169 tcp_timer_discard(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_discard() function