Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c151 if (tcptw->tw_ts_recent_stamp && in tcp_twsk_unique()
153 tcptw->tw_ts_recent_stamp)))) { in tcp_twsk_unique()
172 tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_twsk_unique()
/kernel/linux/linux-5.10/include/linux/
Dtcp.h472 int tw_ts_recent_stamp; member