Home
last modified time | relevance | path

Searched refs:lsndtime (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_timer.c111 if ((s32)(tcp_time_stamp - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()
126 if ((s32)(tcp_time_stamp - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
Dtcp_output.c104 s32 delta = tcp_time_stamp - tp->lsndtime; in tcp_cwnd_restart()
125 if (!tp->packets_out && (s32)(now - tp->lsndtime) > tp->rto) in tcp_event_data_sent()
128 tp->lsndtime = now; in tcp_event_data_sent()
Dtcp_diag.c179 info->tcpi_last_data_sent = ((now - tp->lsndtime)*1000)/HZ; in tcpdiag_fill()
Dtcp.c2504 info.tcpi_last_data_sent = ((now - tp->lsndtime)*1000)/HZ; in tcp_getsockopt()
/linux-2.4.37.9/include/net/
Dsock.h286 __u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member