Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv4/
Dtcp_minisocks.c67 if ((s32)(peer->tcp_ts - tp->rx_opt.ts_recent) <= 0 || in tcp_remember_stamp()
71 peer->tcp_ts = tp->rx_opt.ts_recent; in tcp_remember_stamp()
90 if ((s32)(peer->tcp_ts - tcptw->tw_ts_recent) <= 0 || in tcp_tw_remember_stamp()
94 peer->tcp_ts = tcptw->tw_ts_recent; in tcp_tw_remember_stamp()
Dtcp_ipv4.c215 tp->rx_opt.ts_recent = peer->tcp_ts; in tcp_v4_connect()
1353 (s32)(peer->tcp_ts - req->ts_recent) > in tcp_v4_conn_request()
Droute.c2840 ts = rt->peer->tcp_ts; in rt_fill_info()
/linux-2.6.39/include/net/
Dinetpeer.h48 __u32 tcp_ts; member
/linux-2.6.39/net/ipv6/
Dtcp_ipv6.c291 tp->rx_opt.ts_recent = peer->tcp_ts; in tcp_v6_connect()
1316 (s32)(peer->tcp_ts - req->ts_recent) > in tcp_v6_conn_request()
/linux-2.6.39/drivers/net/
Dcnic.c1983 static void cnic_bnx2x_set_tcp_timestamp(struct cnic_dev *dev, int tcp_ts) in cnic_bnx2x_set_tcp_timestamp() argument
1989 if (tcp_ts) { in cnic_bnx2x_set_tcp_timestamp()