Searched refs:tw_ts_recent_stamp (Results 1 – 3 of 3) sorted by relevance
99 if (th->doff > (sizeof(*th) >> 2) && tcptw->tw_ts_recent_stamp) { in tcp_timewait_state_process()106 tmp_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_timewait_state_process()147 tcptw->tw_ts_recent_stamp = ktime_get_seconds(); in tcp_timewait_state_process()193 tcptw->tw_ts_recent_stamp = ktime_get_seconds(); in tcp_timewait_state_process()273 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()
157 if (tcptw->tw_ts_recent_stamp && in tcp_twsk_unique()159 tcptw->tw_ts_recent_stamp)))) { in tcp_twsk_unique()176 tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_twsk_unique()
438 int tw_ts_recent_stamp; member