Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dtcp.h255 u64 tcp_mstamp; /* most recent packet received/sent */ member
/linux-4.19.296/include/net/
Dtcp.h763 return div_u64(tp->tcp_mstamp, USEC_PER_SEC / TCP_TS_HZ); in tcp_time_stamp()
780 if (val > tp->tcp_mstamp) in tcp_mstamp_refresh()
781 tp->tcp_mstamp = val; in tcp_mstamp_refresh()
2005 return rto_time_stamp_us - tcp_sk(sk)->tcp_mstamp; in tcp_rto_delta_us()