Searched refs:ts_recent_stamp (Results 1 – 6 of 6) sorted by relevance
110 int ts_recent_stamp; in tcp_timewait_state_process() local119 ts_recent_stamp = READ_ONCE(tcptw->tw_ts_recent_stamp); in tcp_timewait_state_process()120 if (th->doff > (sizeof(*th) >> 2) && ts_recent_stamp) { in tcp_timewait_state_process()127 tmp_opt.ts_recent_stamp = ts_recent_stamp; in tcp_timewait_state_process()348 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()620 newtp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_create_openreq_child()624 newtp->rx_opt.ts_recent_stamp = 0; in tcp_create_openreq_child()720 tmp_opt.ts_recent_stamp = ktime_get_seconds() - in tcp_check_req()
124 int ts_recent_stamp; in tcp_twsk_unique() local167 ts_recent_stamp = READ_ONCE(tcptw->tw_ts_recent_stamp); in tcp_twsk_unique()170 if (ts_recent_stamp && in tcp_twsk_unique()196 tp->rx_opt.ts_recent_stamp = ts_recent_stamp; in tcp_twsk_unique()283 if (tp->rx_opt.ts_recent_stamp && inet->inet_daddr != daddr) { in tcp_v4_connect()286 tp->rx_opt.ts_recent_stamp = 0; in tcp_v4_connect()
4079 tp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_store_ts_recent()6986 if (tp->rx_opt.ts_recent_stamp && tp->rx_opt.saw_tstamp && in tcp_rcv_synsent_state_process()
653 last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp); in tcp_synq_overflow()655 WRITE_ONCE(tcp_sk_rw(sk)->rx_opt.ts_recent_stamp, now); in tcp_synq_overflow()676 last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp); in tcp_synq_no_recent_overflow()1895 rx_opt->ts_recent_stamp + TCP_PAWS_WRAP))) in tcp_paws_check()1926 rx_opt->ts_recent_stamp + TCP_PAWS_MSL)) in tcp_paws_reject()
205 if (tp->rx_opt.ts_recent_stamp && in tcp_v6_connect()208 tp->rx_opt.ts_recent_stamp = 0; in tcp_v6_connect()
1871 tp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in chtls_timewait()