Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c108 if (th->doff > (sizeof(*th) >> 2) && tcptw->tw_ts_recent_stamp) { in tcp_timewait_state_process()
114 tmp_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_timewait_state_process()
158 tcptw->tw_ts_recent_stamp = get_seconds(); in tcp_timewait_state_process()
163 tcptw->tw_ts_recent_stamp && in tcp_timewait_state_process()
208 tcptw->tw_ts_recent_stamp = get_seconds(); in tcp_timewait_state_process()
290 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()
Dtcp_metrics.c673 tm->tcpm_ts_stamp <= (u32)tcptw->tw_ts_recent_stamp)) { in tcp_tw_remember_stamp()
674 tm->tcpm_ts_stamp = (u32)tcptw->tw_ts_recent_stamp; in tcp_tw_remember_stamp()
Dtcp_ipv4.c124 if (tcptw->tw_ts_recent_stamp && in tcp_twsk_unique()
126 get_seconds() - tcptw->tw_ts_recent_stamp > 1))) { in tcp_twsk_unique()
131 tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_twsk_unique()
/linux-4.4.14/include/linux/
Dtcp.h375 long tw_ts_recent_stamp; member