Home
last modified time | relevance | path

Searched refs:t_sndtime (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_output.c257 (tp->t_sndtime && ((ticks - tp->t_sndtime) >= tp->t_rxtcur)))) in tcp_default_output()
1564 tp->t_sndtime = ticks; in tcp_default_output()
H A Dtcp_var.h388 u_int t_sndtime; /* time last data was sent */ member