Searched refs:tw_ts_recent_stamp (Results 1 – 3 of 3) sorted by relevance
93 if (th->doff > (sizeof(*th) >> 2) && tcptw->tw_ts_recent_stamp) { in tcp_timewait_state_process()100 tmp_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_timewait_state_process()141 tcptw->tw_ts_recent_stamp = ktime_get_seconds(); in tcp_timewait_state_process()187 tcptw->tw_ts_recent_stamp = ktime_get_seconds(); in tcp_timewait_state_process()302 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()
153 if (tcptw->tw_ts_recent_stamp && in tcp_twsk_unique()155 tcptw->tw_ts_recent_stamp)))) { in tcp_twsk_unique()174 tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_twsk_unique()
491 int tw_ts_recent_stamp; member
Completed in 12 milliseconds