Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dtcp.h168 #define TCP_PAWS_24DAYS (60 * 60 * 24 * 24) macro
1505 rx_opt->ts_recent_stamp + TCP_PAWS_24DAYS))) in tcp_paws_check()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip_input.c1246 if (unlikely(get_seconds() >= rx_opt->ts_recent_stamp + TCP_PAWS_24DAYS)) in tcp_nip_paws_check()