Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_minisocks.c119 ts_recent_stamp = READ_ONCE(tcptw->tw_ts_recent_stamp); in tcp_timewait_state_process()
176 WRITE_ONCE(tcptw->tw_ts_recent_stamp, in tcp_timewait_state_process()
228 WRITE_ONCE(tcptw->tw_ts_recent_stamp, in tcp_timewait_state_process()
349 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()
H A Dtcp_ipv4.c167 ts_recent_stamp = READ_ONCE(tcptw->tw_ts_recent_stamp); in tcp_twsk_unique()
/linux/include/linux/
H A Dtcp.h569 int tw_ts_recent_stamp; member