Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_minisocks.c109 ts_recent_stamp = READ_ONCE(tcptw->tw_ts_recent_stamp); in tcp_timewait_state_process()
163 WRITE_ONCE(tcptw->tw_ts_recent_stamp, in tcp_timewait_state_process()
212 WRITE_ONCE(tcptw->tw_ts_recent_stamp, in tcp_timewait_state_process()
328 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()
H A Dtcp_ipv4.c165 ts_recent_stamp = READ_ONCE(tcptw->tw_ts_recent_stamp); in tcp_twsk_unique()
/linux-6.15/include/linux/
H A Dtcp.h550 int tw_ts_recent_stamp; member