Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dinetpeer.h28 __u32 tcp_ts; member
/linux-2.4.37.9/net/ipv4/
Dtcp_ipv4.c826 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()
Droute.c2159 ci.rta_ts = rt->peer->tcp_ts; in rt_fill_info()