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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dinetpeer.h30 __u32 tcp_ts; member in struct:inet_peer
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_ipv4.c237 tp->rx_opt.ts_recent = peer->tcp_ts;
1368 (s32)(peer->tcp_ts - req->ts_recent) >
1784 if ((s32)(peer->tcp_ts - tp->rx_opt.ts_recent) <= 0 ||
1788 peer->tcp_ts = tp->rx_opt.ts_recent;
1805 if ((s32)(peer->tcp_ts - tcptw->tw_ts_recent) <= 0 ||
1809 peer->tcp_ts = tcptw->tw_ts_recent;
H A Droute.c2738 ts = rt->peer->tcp_ts;

Completed in 46 milliseconds