Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dtcp_minisocks.c116 tmp_opt.ts_recent = READ_ONCE(tcptw->tw_ts_recent); in tcp_timewait_state_process()
162 WRITE_ONCE(tcptw->tw_ts_recent, in tcp_timewait_state_process()
207 WRITE_ONCE(tcptw->tw_ts_recent, in tcp_timewait_state_process()
237 (s32)(READ_ONCE(tcptw->tw_ts_recent) - tmp_opt.rcv_tsval) < 0))) { in tcp_timewait_state_process()
322 tcptw->tw_ts_recent = tp->rx_opt.ts_recent; in tcp_time_wait()
Dtcp_ipv4.c191 tp->rx_opt.ts_recent = READ_ONCE(tcptw->tw_ts_recent); in tcp_twsk_unique()
1080 READ_ONCE(tcptw->tw_ts_recent),
/linux-6.12.1/include/linux/
Dtcp.h541 u32 tw_ts_recent; member
/linux-6.12.1/net/ipv6/
Dtcp_ipv6.c1200 READ_ONCE(tcptw->tw_ts_recent), tw->tw_bound_dev_if,