Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_timer.c62 if ((s32)(tcp_time_stamp - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()
72 if ((s32)(tcp_time_stamp - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
Dtcp_cubic.c161 delta = now - tcp_sk(sk)->lsndtime; in bictcp_cwnd_event()
Dtcp_minisocks.c473 newtp->lsndtime = treq->snt_synack; in tcp_create_openreq_child()
Dtcp_output.c144 s32 delta = tcp_time_stamp - tp->lsndtime; in tcp_cwnd_restart()
169 (!tp->packets_out && (s32)(now - tp->lsndtime) > icsk->icsk_rto)) in tcp_event_data_sent()
172 tp->lsndtime = now; in tcp_event_data_sent()
1786 if ((s32)(tcp_time_stamp - tp->lsndtime) > 0) in tcp_tso_should_defer()
Dtcp_input.c5397 tp->lsndtime = tcp_time_stamp; in tcp_finish_connect()
5792 synack_stamp = tp->lsndtime; in tcp_rcv_state_process()
5836 tp->lsndtime = tcp_time_stamp; in tcp_rcv_state_process()
Dtcp.c2651 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime); in tcp_get_info()
/linux-4.1.27/include/linux/
Dtcp.h166 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member