Home
last modified time | relevance | path

Searched refs:tw_ts_recent_stamp (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/ipv4/
Dtcp_minisocks.c100 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()
Dtcp_ipv4.c152 if (tcptw->tw_ts_recent_stamp && in tcp_twsk_unique()
154 tcptw->tw_ts_recent_stamp)))) { in tcp_twsk_unique()
173 tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_twsk_unique()
/Linux-v5.4/include/linux/
Dtcp.h436 int tw_ts_recent_stamp; member