Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dtcp.h159 #define TCP_PAWS_24DAYS (60 * 60 * 24 * 24) macro
1187 if (unlikely(get_seconds() >= rx_opt->ts_recent_stamp + TCP_PAWS_24DAYS)) in tcp_paws_check()