Home
last modified time | relevance | path

Searched refs:ts_recent_stamp (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dtcp_ipv4.c124 int ts_recent_stamp; in tcp_twsk_unique() local
167 ts_recent_stamp = READ_ONCE(tcptw->tw_ts_recent_stamp); in tcp_twsk_unique()
170 if (ts_recent_stamp && in tcp_twsk_unique()
196 tp->rx_opt.ts_recent_stamp = ts_recent_stamp; in tcp_twsk_unique()
283 if (tp->rx_opt.ts_recent_stamp && inet->inet_daddr != daddr) { in tcp_v4_connect()
286 tp->rx_opt.ts_recent_stamp = 0; in tcp_v4_connect()
H A Dtcp_output.c4144 tp->advmss - (tp->rx_opt.ts_recent_stamp ? tp->tcp_header_len - sizeof(struct tcphdr) : 0), in tcp_connect_init()