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()
222 tp->rx_opt.ts_recent = peer->tcp_ts; in tcp_v4_connect()1380 (s32)(peer->tcp_ts - req->ts_recent) > in tcp_v4_conn_request()
3015 ts = peer->tcp_ts; in rt_fill_info()
53 __u32 tcp_ts; member
292 tp->rx_opt.ts_recent = peer->tcp_ts; in tcp_v6_connect()1297 (s32)(peer->tcp_ts - req->ts_recent) > in tcp_v6_conn_request()
2483 ts = peer->tcp_ts; in rt6_fill_node()
2036 static void cnic_bnx2x_set_tcp_timestamp(struct cnic_dev *dev, int tcp_ts) in cnic_bnx2x_set_tcp_timestamp() argument2042 if (tcp_ts) { in cnic_bnx2x_set_tcp_timestamp()