Searched refs:tw_ts_recent_stamp (Results 1 – 4 of 4) sorted by relevance
108 if (th->doff > (sizeof(*th) >> 2) && tcptw->tw_ts_recent_stamp) { in tcp_timewait_state_process()114 tmp_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_timewait_state_process()159 tcptw->tw_ts_recent_stamp = get_seconds(); in tcp_timewait_state_process()164 tcptw->tw_ts_recent_stamp && in tcp_timewait_state_process()210 tcptw->tw_ts_recent_stamp = get_seconds(); in tcp_timewait_state_process()292 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()
689 tm->tcpm_ts_stamp <= (u32)tcptw->tw_ts_recent_stamp)) { in tcp_tw_remember_stamp()690 tm->tcpm_ts_stamp = (u32)tcptw->tw_ts_recent_stamp; in tcp_tw_remember_stamp()
124 if (tcptw->tw_ts_recent_stamp && in tcp_twsk_unique()126 get_seconds() - tcptw->tw_ts_recent_stamp > 1))) { in tcp_twsk_unique()131 tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_twsk_unique()
360 long tw_ts_recent_stamp; member