Searched refs:TCP_PAWS_IDLE (Results 1 – 2 of 2) sorted by relevance
112 #define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * TCP_RETRANSHZ) macro
4247 if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE) { in tcp_input()