Searched refs:tcp_ts (Results 1 – 7 of 7) sorted by relevance
67 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()
215 tp->rx_opt.ts_recent = peer->tcp_ts; in tcp_v4_connect()1384 (s32)(peer->tcp_ts - req->ts_recent) > in tcp_v4_conn_request()
3014 ts = peer->tcp_ts; in rt_fill_info()
56 __u32 tcp_ts; member
292 tp->rx_opt.ts_recent = peer->tcp_ts; in tcp_v6_connect()1186 (s32)(peer->tcp_ts - req->ts_recent) > in tcp_v6_conn_request()
2533 ts = peer->tcp_ts; in rt6_fill_node()
2039 static void cnic_bnx2x_set_tcp_timestamp(struct cnic_dev *dev, int tcp_ts) in cnic_bnx2x_set_tcp_timestamp() argument2045 if (tcp_ts) { in cnic_bnx2x_set_tcp_timestamp()