Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dtcp_minisocks.c99 tmp_opt.ts_recent = tcptw->tw_ts_recent; in tcp_timewait_state_process()
142 tcptw->tw_ts_recent = tmp_opt.rcv_tsval; in tcp_timewait_state_process()
186 tcptw->tw_ts_recent = tmp_opt.rcv_tsval; in tcp_timewait_state_process()
214 (s32)(tcptw->tw_ts_recent - tmp_opt.rcv_tsval) < 0))) { in tcp_timewait_state_process()
267 tcptw->tw_ts_recent = tp->rx_opt.ts_recent; in tcp_time_wait()
Dtcp_ipv4.c173 tp->rx_opt.ts_recent = tcptw->tw_ts_recent; in tcp_twsk_unique()
953 tcptw->tw_ts_recent, in tcp_v4_timewait_ack()
/Linux-v6.1/include/linux/
Dtcp.h485 u32 tw_ts_recent; member
/Linux-v6.1/net/ipv6/
Dtcp_ipv6.c1105 tcptw->tw_ts_recent, tw->tw_bound_dev_if, tcp_twsk_md5_key(tcptw), in tcp_v6_timewait_ack()