Searched refs:tcp_ts (Results 1 – 3 of 3) sorted by relevance
28 __u32 tcp_ts; member
826 tp->ts_recent = peer->tcp_ts; in tcp_v4_connect()1488 (s32)(peer->tcp_ts - req->ts_recent) > TCP_PAWS_WINDOW) { in tcp_v4_conn_request()1955 if ((s32)(peer->tcp_ts - tp->ts_recent) <= 0 || in tcp_v4_remember_stamp()1959 peer->tcp_ts = tp->ts_recent; in tcp_v4_remember_stamp()1976 if ((s32)(peer->tcp_ts - tw->ts_recent) <= 0 || in tcp_v4_tw_remember_stamp()1980 peer->tcp_ts = tw->ts_recent; in tcp_v4_tw_remember_stamp()
2159 ci.rta_ts = rt->peer->tcp_ts; in rt_fill_info()