Searched refs:TCP_PAWS_24DAYS (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h145 #define TCP_PAWS_24DAYS (60 * 60 * 24 * 24) macro
1031 if (unlikely(get_seconds() >= rx_opt->ts_recent_stamp + TCP_PAWS_24DAYS))

Completed in 74 milliseconds