Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H 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()
301 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()
H A Dtcp_ipv4.c159 if (tcptw->tw_ts_recent_stamp && in tcp_twsk_unique()
161 tcptw->tw_ts_recent_stamp)))) { in tcp_twsk_unique()
186 tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_twsk_unique()
/openbmc/linux/include/linux/
H A Dtcp.h503 int tw_ts_recent_stamp; member