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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dtcp.h144 #define TCP_PAWS_MSL 60 /* Per-host timestamps are invalidated macro
1022 if (rst && get_seconds() >= rx_opt->ts_recent_stamp + TCP_PAWS_MSL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_ipv4.c235 peer->tcp_ts_stamp + TCP_PAWS_MSL >= get_seconds()) {
1367 if (get_seconds() < peer->tcp_ts_stamp + TCP_PAWS_MSL &&
1785 (peer->tcp_ts_stamp + TCP_PAWS_MSL < get_seconds() &&
1806 (peer->tcp_ts_stamp + TCP_PAWS_MSL < get_seconds() &&

Completed in 102 milliseconds