Searched refs:TCP_PAWS_24DAYS (Results 1 – 2 of 2) sorted by relevance
168 #define TCP_PAWS_24DAYS (60 * 60 * 24 * 24) macro1505 rx_opt->ts_recent_stamp + TCP_PAWS_24DAYS))) in tcp_paws_check()
1246 if (unlikely(get_seconds() >= rx_opt->ts_recent_stamp + TCP_PAWS_24DAYS)) in tcp_nip_paws_check()