Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dtcp_timer.c73 if ((s32)(tcp_time_stamp - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()
83 if ((s32)(tcp_time_stamp - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
Dtcp_output.c139 s32 delta = tcp_time_stamp - tp->lsndtime; in tcp_cwnd_restart()
163 (!tp->packets_out && (s32)(now - tp->lsndtime) > icsk->icsk_rto)) in tcp_event_data_sent()
166 tp->lsndtime = now; in tcp_event_data_sent()
Dtcp_input.c5764 tp->lsndtime = tcp_time_stamp; in tcp_rcv_synsent_state_process()
6000 tp->lsndtime = tcp_time_stamp; in tcp_rcv_state_process()
Dtcp.c2501 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime); in tcp_get_info()
/linux-3.4.99/include/linux/
Dtcp.h324 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member