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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h1026 static inline int tcp_paws_check(const struct tcp_options_received *rx_opt, function
1040 if (tcp_paws_check(rx_opt, 0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_input.c3949 if (tcp_paws_check(&tp->rx_opt, 0))
4002 return !tcp_paws_check(&tp->rx_opt, TCP_PAWS_WINDOW) &&

Completed in 45 milliseconds