TCP_PAWS_MSL     1024 include/net/tcp.h 	if (rst && get_seconds() >= rx_opt->ts_recent_stamp + TCP_PAWS_MSL)
TCP_PAWS_MSL      210 net/ipv4/tcp_ipv4.c 		    peer->tcp_ts_stamp + TCP_PAWS_MSL >= get_seconds()) {
TCP_PAWS_MSL     1280 net/ipv4/tcp_ipv4.c 			if (get_seconds() < peer->tcp_ts_stamp + TCP_PAWS_MSL &&
TCP_PAWS_MSL     1700 net/ipv4/tcp_ipv4.c 		    (peer->tcp_ts_stamp + TCP_PAWS_MSL < get_seconds() &&
TCP_PAWS_MSL     1721 net/ipv4/tcp_ipv4.c 		    (peer->tcp_ts_stamp + TCP_PAWS_MSL < get_seconds() &&