Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_minisocks.c99 if (th->doff > (sizeof(*th) >> 2) && tcptw->tw_ts_recent_stamp) { in tcp_timewait_state_process()
106 tmp_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_timewait_state_process()
147 tcptw->tw_ts_recent_stamp = ktime_get_seconds(); in tcp_timewait_state_process()
193 tcptw->tw_ts_recent_stamp = ktime_get_seconds(); in tcp_timewait_state_process()
273 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()
Dtcp_ipv4.c157 if (tcptw->tw_ts_recent_stamp && in tcp_twsk_unique()
159 tcptw->tw_ts_recent_stamp)))) { in tcp_twsk_unique()
176 tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_twsk_unique()
/Linux-v4.19/include/linux/
Dtcp.h438 int tw_ts_recent_stamp; member