Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_metrics.c49 u32 tcpm_ts_stamp; member
127 tm->tcpm_ts_stamp = 0; in tcpm_suck_dst()
592 (u32)get_seconds() - tm->tcpm_ts_stamp < TCP_PAWS_MSL && in tcp_peer_is_proven()
599 if (tm && tcp_metric_get(tm, TCP_METRIC_RTT) && tm->tcpm_ts_stamp) in tcp_peer_is_proven()
619 if ((u32)get_seconds() - tm->tcpm_ts_stamp <= TCP_PAWS_MSL) { in tcp_fetch_timewait_stamp()
620 tp->rx_opt.ts_recent_stamp = tm->tcpm_ts_stamp; in tcp_fetch_timewait_stamp()
647 ((u32)get_seconds() - tm->tcpm_ts_stamp > TCP_PAWS_MSL && in tcp_remember_stamp()
648 tm->tcpm_ts_stamp <= (u32)tp->rx_opt.ts_recent_stamp)) { in tcp_remember_stamp()
649 tm->tcpm_ts_stamp = (u32)tp->rx_opt.ts_recent_stamp; in tcp_remember_stamp()
672 ((u32)get_seconds() - tm->tcpm_ts_stamp > TCP_PAWS_MSL && in tcp_tw_remember_stamp()
[all …]