Searched refs:t_sndtime (Results 1 – 3 of 3) sorted by relevance
264 (tp->t_sndtime && ((ticks - tp->t_sndtime) >= tp->t_rxtcur)))) in tcp_output()1530 tp->t_sndtime = ticks; in tcp_output()
194 u_int t_sndtime; /* time last data was sent */ member