Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Dtcp_minisocks.c93 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()
268 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()
Dtcp_ipv4.c153 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()
/linux-5.19.10/include/linux/
Dtcp.h454 int tw_ts_recent_stamp; member