Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_metrics.c48 u32 tcpm_ts; member
126 tm->tcpm_ts = 0; in tcpm_suck_dst()
593 ((s32)(tm->tcpm_ts - req->ts_recent) > TCP_PAWS_WINDOW || in tcp_peer_is_proven()
621 tp->rx_opt.ts_recent = tm->tcpm_ts; in tcp_fetch_timewait_stamp()
646 if ((s32)(tm->tcpm_ts - tp->rx_opt.ts_recent) <= 0 || in tcp_remember_stamp()
650 tm->tcpm_ts = tp->rx_opt.ts_recent; in tcp_remember_stamp()
671 if ((s32)(tm->tcpm_ts - tcptw->tw_ts_recent) <= 0 || in tcp_tw_remember_stamp()
675 tm->tcpm_ts = tcptw->tw_ts_recent; in tcp_tw_remember_stamp()
809 tm->tcpm_ts) < 0) in tcp_metrics_fill_info()