Home
last modified time | relevance | path

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

/linux/net/ipv4/
A 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()
A 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()
/linux/include/linux/
A Dtcp.h453 int tw_ts_recent_stamp; member

Completed in 13 milliseconds