Searched refs:tw_ts_recent_stamp (Results 1 – 3 of 3) sorted by relevance
100 if (th->doff > (sizeof(*th) >> 2) && tcptw->tw_ts_recent_stamp) { in tcp_timewait_state_process()107 tmp_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_timewait_state_process()148 tcptw->tw_ts_recent_stamp = ktime_get_seconds(); in tcp_timewait_state_process()194 tcptw->tw_ts_recent_stamp = ktime_get_seconds(); in tcp_timewait_state_process()275 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()
151 if (tcptw->tw_ts_recent_stamp && in tcp_twsk_unique()153 tcptw->tw_ts_recent_stamp)))) { in tcp_twsk_unique()172 tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_twsk_unique()
472 int tw_ts_recent_stamp; member