Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_metrics.c48 u32 tcpm_ts; member
130 tm->tcpm_ts = 0; in tcpm_suck_dst()
609 ((s32)(tm->tcpm_ts - req->ts_recent) > TCP_PAWS_WINDOW || in tcp_peer_is_proven()
637 tp->rx_opt.ts_recent = tm->tcpm_ts; in tcp_fetch_timewait_stamp()
662 if ((s32)(tm->tcpm_ts - tp->rx_opt.ts_recent) <= 0 || in tcp_remember_stamp()
666 tm->tcpm_ts = tp->rx_opt.ts_recent; in tcp_remember_stamp()
687 if ((s32)(tm->tcpm_ts - tcptw->tw_ts_recent) <= 0 || in tcp_tw_remember_stamp()
691 tm->tcpm_ts = tcptw->tw_ts_recent; in tcp_tw_remember_stamp()
825 tm->tcpm_ts) < 0) in tcp_metrics_fill_info()