Searched refs:rto_time_stamp (Results 1 - 2 of 2) sorted by relevance

/net/ipv4/
H A Dtcp_output.c1916 u32 timeout, tlp_time_stamp, rto_time_stamp; local
1958 rto_time_stamp = (u32)inet_csk(sk)->icsk_timeout;
1959 if ((s32)(tlp_time_stamp - rto_time_stamp) > 0) {
1960 s32 delta = rto_time_stamp - tcp_time_stamp;
H A Dtcp_input.c2946 const u32 rto_time_stamp = TCP_SKB_CB(skb)->when + rto; local
2947 s32 delta = (s32)(rto_time_stamp - tcp_time_stamp);

Completed in 32 milliseconds