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

/net/ipv4/
H A Dtcp_metrics.c46 u32 tcpm_ts; member in struct:tcp_metrics_block
126 tm->tcpm_ts = 0;
593 ((s32)(tm->tcpm_ts - req->ts_recent) > TCP_PAWS_WINDOW ||
621 tp->rx_opt.ts_recent = tm->tcpm_ts;
646 if ((s32)(tm->tcpm_ts - tp->rx_opt.ts_recent) <= 0 ||
650 tm->tcpm_ts = tp->rx_opt.ts_recent;
671 if ((s32)(tm->tcpm_ts - tcptw->tw_ts_recent) <= 0 ||
675 tm->tcpm_ts = tcptw->tw_ts_recent;
803 tm->tcpm_ts) < 0)

Completed in 5 milliseconds