Searched refs:ts_recent_stamp (Results 1 – 9 of 9) sorted by relevance
106 tmp_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_timewait_state_process()273 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()541 newtp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_create_openreq_child()544 newtp->rx_opt.ts_recent_stamp = 0; in tcp_create_openreq_child()607 tmp_opt.ts_recent_stamp = ktime_get_seconds() - ((TCP_TIMEOUT_INIT/HZ)<<req->num_timeout); in tcp_check_req()
176 tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_twsk_unique()256 if (tp->rx_opt.ts_recent_stamp && inet->inet_daddr != daddr) { in tcp_v4_connect()259 tp->rx_opt.ts_recent_stamp = 0; in tcp_v4_connect()
3475 tp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_store_ts_recent()5911 if (tp->rx_opt.ts_recent_stamp && tp->rx_opt.saw_tstamp && in tcp_rcv_synsent_state_process()
3321 tp->advmss - (tp->rx_opt.ts_recent_stamp ? tp->tcp_header_len - sizeof(struct tcphdr) : 0), in tcp_connect_init()
99 #define TS_RECENT_STAMP(tp) ((tp)->rx_opt.ts_recent_stamp)
1676 tp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in chtls_timewait()
492 last_overflow = tcp_sk(sk)->rx_opt.ts_recent_stamp; in tcp_synq_overflow()494 tcp_sk(sk)->rx_opt.ts_recent_stamp = now; in tcp_synq_overflow()514 last_overflow = tcp_sk(sk)->rx_opt.ts_recent_stamp; in tcp_synq_no_recent_overflow()1415 rx_opt->ts_recent_stamp + TCP_PAWS_24DAYS))) in tcp_paws_check()1446 rx_opt->ts_recent_stamp + TCP_PAWS_MSL)) in tcp_paws_reject()
92 int ts_recent_stamp;/* Time we stored ts_recent (for aging) */ member
205 if (tp->rx_opt.ts_recent_stamp && in tcp_v6_connect()208 tp->rx_opt.ts_recent_stamp = 0; in tcp_v6_connect()