Searched refs:ts_recent_stamp (Results 1 – 9 of 9) sorted by relevance
106 int ts_recent_stamp; in tcp_timewait_state_process() local109 ts_recent_stamp = READ_ONCE(tcptw->tw_ts_recent_stamp); in tcp_timewait_state_process()110 if (th->doff > (sizeof(*th) >> 2) && ts_recent_stamp) { in tcp_timewait_state_process()117 tmp_opt.ts_recent_stamp = ts_recent_stamp; in tcp_timewait_state_process()323 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()582 newtp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_create_openreq_child()586 newtp->rx_opt.ts_recent_stamp = 0; in tcp_create_openreq_child()674 tmp_opt.ts_recent_stamp = ktime_get_seconds() - reqsk_timeout(req, TCP_RTO_MAX) / HZ; in tcp_check_req()
122 int ts_recent_stamp; in tcp_twsk_unique() local164 ts_recent_stamp = READ_ONCE(tcptw->tw_ts_recent_stamp); in tcp_twsk_unique()165 if (ts_recent_stamp && in tcp_twsk_unique()167 ts_recent_stamp)))) { in tcp_twsk_unique()192 tp->rx_opt.ts_recent_stamp = ts_recent_stamp; in tcp_twsk_unique()280 if (tp->rx_opt.ts_recent_stamp && inet->inet_daddr != daddr) { in tcp_v4_connect()283 tp->rx_opt.ts_recent_stamp = 0; in tcp_v4_connect()
3808 tp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_store_ts_recent()6593 if (tp->rx_opt.ts_recent_stamp && tp->rx_opt.saw_tstamp && in tcp_rcv_synsent_state_process()
3916 tp->advmss - (tp->rx_opt.ts_recent_stamp ? tp->tcp_header_len - sizeof(struct tcphdr) : 0), in tcp_connect_init()
94 #define TS_RECENT_STAMP(tp) ((tp)->rx_opt.ts_recent_stamp)
1869 tp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in chtls_timewait()
547 last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp); in tcp_synq_overflow()549 WRITE_ONCE(tcp_sk_rw(sk)->rx_opt.ts_recent_stamp, now); in tcp_synq_overflow()570 last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp); in tcp_synq_no_recent_overflow()1692 rx_opt->ts_recent_stamp + TCP_PAWS_WRAP))) in tcp_paws_check()1723 rx_opt->ts_recent_stamp + TCP_PAWS_MSL)) in tcp_paws_reject()
113 int ts_recent_stamp;/* Time we stored ts_recent (for aging) */ member
206 if (tp->rx_opt.ts_recent_stamp && in tcp_v6_connect()209 tp->rx_opt.ts_recent_stamp = 0; in tcp_v6_connect()