Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_metrics.c608 (u32)get_seconds() - tm->tcpm_ts_stamp < TCP_PAWS_MSL && in tcp_peer_is_proven()
635 if ((u32)get_seconds() - tm->tcpm_ts_stamp <= TCP_PAWS_MSL) { in tcp_fetch_timewait_stamp()
663 ((u32)get_seconds() - tm->tcpm_ts_stamp > TCP_PAWS_MSL && in tcp_remember_stamp()
688 ((u32)get_seconds() - tm->tcpm_ts_stamp > TCP_PAWS_MSL && in tcp_tw_remember_stamp()
/linux-4.1.27/include/net/
Dtcp.h160 #define TCP_PAWS_MSL 60 /* Per-host timestamps are invalidated macro
1217 if (rst && get_seconds() >= rx_opt->ts_recent_stamp + TCP_PAWS_MSL) in tcp_paws_reject()