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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinetpeer.h27 * are not available: rid, ip_id_count, tcp_ts, tcp_ts_stamp
35 __u32 tcp_ts; member in struct:inet_peer::__anon18367::__anon18368
51 * temporary check to make sure we dont access rid, ip_id_count, tcp_ts,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_ipv4.c216 tp->rx_opt.ts_recent = peer->tcp_ts;
1357 (s32)(peer->tcp_ts - req->ts_recent) >
1790 if ((s32)(peer->tcp_ts - tp->rx_opt.ts_recent) <= 0 ||
1794 peer->tcp_ts = tp->rx_opt.ts_recent;
1812 if ((s32)(peer->tcp_ts - tcptw->tw_ts_recent) <= 0 ||
1816 peer->tcp_ts = tcptw->tw_ts_recent;
H A Droute.c2881 ts = rt->peer->tcp_ts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic.c1842 static void cnic_bnx2x_set_tcp_timestamp(struct cnic_dev *dev, int tcp_ts) argument
1848 if (tcp_ts) {

Completed in 155 milliseconds