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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_ipv4.c214 if ((u32)get_seconds() - peer->tcp_ts_stamp <= TCP_PAWS_MSL) {
1356 if ((u32)get_seconds() - peer->tcp_ts_stamp < TCP_PAWS_MSL &&
1791 ((u32)get_seconds() - peer->tcp_ts_stamp > TCP_PAWS_MSL &&
1813 ((u32)get_seconds() - peer->tcp_ts_stamp > TCP_PAWS_MSL &&
H A Dtcp.c3107 #define TCP_SECRET_1MSL (HZ * TCP_PAWS_MSL)
3108 #define TCP_SECRET_2MSL (HZ * TCP_PAWS_MSL * 2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h146 #define TCP_PAWS_MSL 60 /* Per-host timestamps are invalidated macro
1055 if (rst && get_seconds() >= rx_opt->ts_recent_stamp + TCP_PAWS_MSL)

Completed in 111 milliseconds