Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dsyncookies.c152 if (tcp_synq_no_recent_overflow(sk)) in cookie_v6_check()
/Linux-v4.19/net/ipv4/
Dsyncookies.c303 if (tcp_synq_no_recent_overflow(sk)) in cookie_v4_check()
/Linux-v4.19/include/net/
Dtcp.h498 static inline bool tcp_synq_no_recent_overflow(const struct sock *sk) in tcp_synq_no_recent_overflow() function