ts_recent_stamp  1710 drivers/crypto/chelsio/chtls/chtls_cm.c 	tp->rx_opt.ts_recent_stamp = ktime_get_seconds();
ts_recent_stamp    96 drivers/crypto/chelsio/chtls/chtls_cm.h #define TS_RECENT_STAMP(tp) ((tp)->rx_opt.ts_recent_stamp)
ts_recent_stamp    83 include/linux/tcp.h 	int	ts_recent_stamp;/* Time we stored ts_recent (for aging) */
ts_recent_stamp   504 include/net/tcp.h 	last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp);
ts_recent_stamp   506 include/net/tcp.h 		WRITE_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp, now);
ts_recent_stamp   527 include/net/tcp.h 	last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp);
ts_recent_stamp  1470 include/net/tcp.h 				    rx_opt->ts_recent_stamp + TCP_PAWS_24DAYS)))
ts_recent_stamp  1501 include/net/tcp.h 				  rx_opt->ts_recent_stamp + TCP_PAWS_MSL))
ts_recent_stamp  3489 net/ipv4/tcp_input.c 	tp->rx_opt.ts_recent_stamp = ktime_get_seconds();
ts_recent_stamp  6026 net/ipv4/tcp_input.c 	if (tp->rx_opt.ts_recent_stamp && tp->rx_opt.saw_tstamp &&
ts_recent_stamp   173 net/ipv4/tcp_ipv4.c 			tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp;
ts_recent_stamp   253 net/ipv4/tcp_ipv4.c 	if (tp->rx_opt.ts_recent_stamp && inet->inet_daddr != daddr) {
ts_recent_stamp   256 net/ipv4/tcp_ipv4.c 		tp->rx_opt.ts_recent_stamp = 0;
ts_recent_stamp   107 net/ipv4/tcp_minisocks.c 			tmp_opt.ts_recent_stamp	= tcptw->tw_ts_recent_stamp;
ts_recent_stamp   275 net/ipv4/tcp_minisocks.c 		tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp;
ts_recent_stamp   527 net/ipv4/tcp_minisocks.c 		newtp->rx_opt.ts_recent_stamp = ktime_get_seconds();
ts_recent_stamp   530 net/ipv4/tcp_minisocks.c 		newtp->rx_opt.ts_recent_stamp = 0;
ts_recent_stamp   591 net/ipv4/tcp_minisocks.c 			tmp_opt.ts_recent_stamp = ktime_get_seconds() - ((TCP_TIMEOUT_INIT/HZ)<<req->num_timeout);
ts_recent_stamp  3432 net/ipv4/tcp_output.c 				  tp->advmss - (tp->rx_opt.ts_recent_stamp ? tp->tcp_header_len - sizeof(struct tcphdr) : 0),
ts_recent_stamp   214 net/ipv6/tcp_ipv6.c 	if (tp->rx_opt.ts_recent_stamp &&
ts_recent_stamp   217 net/ipv6/tcp_ipv6.c 		tp->rx_opt.ts_recent_stamp = 0;