Searched refs:TCP_PAWS_IDLE (Results 1 – 2 of 2) sorted by relevance
74 #define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * 1000) macro
1650 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in tcp_do_segment()