Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_minisocks.c116 tmp_opt.ts_recent = READ_ONCE(tcptw->tw_ts_recent); in tcp_timewait_state_process()
165 WRITE_ONCE(tcptw->tw_ts_recent, in tcp_timewait_state_process()
210 WRITE_ONCE(tcptw->tw_ts_recent, in tcp_timewait_state_process()
240 (s32)(READ_ONCE(tcptw->tw_ts_recent) - tmp_opt.rcv_tsval) < 0))) { in tcp_timewait_state_process()
327 tcptw->tw_ts_recent = tp->rx_opt.ts_recent; in tcp_time_wait()
H A Dtcp_ipv4.c193 tp->rx_opt.ts_recent = READ_ONCE(tcptw->tw_ts_recent); in tcp_twsk_unique()
1093 READ_ONCE(tcptw->tw_ts_recent),
/linux-6.15/include/linux/
H A Dtcp.h545 u32 tw_ts_recent; member
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c1211 READ_ONCE(tcptw->tw_ts_recent), tw->tw_bound_dev_if,