Searched refs:ts_recent_stamp (Results 1 – 8 of 8) sorted by relevance
114 tmp_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_timewait_state_process()274 if (tcp_death_row.sysctl_tw_recycle && tp->rx_opt.ts_recent_stamp) in tcp_time_wait()290 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()533 newtp->rx_opt.ts_recent_stamp = get_seconds(); in tcp_create_openreq_child()536 newtp->rx_opt.ts_recent_stamp = 0; in tcp_create_openreq_child()592 tmp_opt.ts_recent_stamp = get_seconds() - ((TCP_TIMEOUT_INIT/HZ)<<req->num_timeout); in tcp_check_req()
620 tp->rx_opt.ts_recent_stamp = tm->tcpm_ts_stamp; in tcp_fetch_timewait_stamp()648 tm->tcpm_ts_stamp <= (u32)tp->rx_opt.ts_recent_stamp)) { in tcp_remember_stamp()649 tm->tcpm_ts_stamp = (u32)tp->rx_opt.ts_recent_stamp; in tcp_remember_stamp()
131 tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_twsk_unique()194 if (tp->rx_opt.ts_recent_stamp && inet->inet_daddr != daddr) { in tcp_v4_connect()197 tp->rx_opt.ts_recent_stamp = 0; in tcp_v4_connect()203 !tp->rx_opt.ts_recent_stamp && fl4->daddr == daddr) in tcp_v4_connect()
3453 tp->rx_opt.ts_recent_stamp = get_seconds(); in tcp_store_ts_recent()5668 if (tp->rx_opt.ts_recent_stamp && tp->rx_opt.saw_tstamp && in tcp_rcv_synsent_state_process()
3099 tp->advmss - (tp->rx_opt.ts_recent_stamp ? tp->tcp_header_len - sizeof(struct tcphdr) : 0), in tcp_connect_init()
502 unsigned long last_overflow = tcp_sk(sk)->rx_opt.ts_recent_stamp; in tcp_synq_overflow()506 tcp_sk(sk)->rx_opt.ts_recent_stamp = now; in tcp_synq_overflow()512 unsigned long last_overflow = tcp_sk(sk)->rx_opt.ts_recent_stamp; in tcp_synq_no_recent_overflow()1263 if (unlikely(get_seconds() >= rx_opt->ts_recent_stamp + TCP_PAWS_24DAYS)) in tcp_paws_check()1293 if (rst && get_seconds() >= rx_opt->ts_recent_stamp + TCP_PAWS_MSL) in tcp_paws_reject()
82 long ts_recent_stamp;/* Time we stored ts_recent (for aging) */ member
178 if (tp->rx_opt.ts_recent_stamp && in tcp_v6_connect()181 tp->rx_opt.ts_recent_stamp = 0; in tcp_v6_connect()262 !tp->rx_opt.ts_recent_stamp && in tcp_v6_connect()