Home
last modified time | relevance | path

Searched refs:tcp_synq_no_recent_overflow (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/net/ipv6/
Dsyncookies.c173 if (tcp_synq_no_recent_overflow(sk) || in cookie_v6_check()
/linux-3.3/net/ipv4/
Dsyncookies.c286 if (tcp_synq_no_recent_overflow(sk) || in cookie_v4_check()
/linux-3.3/include/net/
Dtcp.h306 static inline int tcp_synq_no_recent_overflow(const struct sock *sk) in tcp_synq_no_recent_overflow() function