Home
last modified time | relevance | path

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

/linux-4.1.27/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()
159 tcptw->tw_ts_recent_stamp = get_seconds(); in tcp_timewait_state_process()
164 tcptw->tw_ts_recent_stamp && in tcp_timewait_state_process()
210 tcptw->tw_ts_recent_stamp = get_seconds(); in tcp_timewait_state_process()
292 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()
Dtcp_metrics.c689 tm->tcpm_ts_stamp <= (u32)tcptw->tw_ts_recent_stamp)) { in tcp_tw_remember_stamp()
690 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.1.27/include/linux/
Dtcp.h360 long tw_ts_recent_stamp; member