Searched refs:t_sndtime (Results 1 – 2 of 2) sorted by relevance
253 (tp->t_sndtime && ((ticks - tp->t_sndtime) >= tp->t_rxtcur)))) in tcp_default_output()1573 tp->t_sndtime = ticks; in tcp_default_output()
388 u_int t_sndtime; /* time last data was sent */ member