Searched refs:tcp_xmit_timer (Results 1 – 1 of 1) sorted by relevance
108 static void tcp_xmit_timer(struct tcpcb *, int);1267 tcp_xmit_timer(tp, in tcp_do_segment()1274 tcp_xmit_timer(tp, in tcp_do_segment()2333 tcp_xmit_timer(tp, TCP_TS_TO_TICKS(t) + 1); in tcp_do_segment()2337 tcp_xmit_timer(tp, ticks - tp->t_rtttime); in tcp_do_segment()2882 tcp_xmit_timer(struct tcpcb *tp, int rtt) in tcp_xmit_timer() function