Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
Dsyncookies.c147 if (tcp_synq_no_recent_overflow(sk)) in cookie_v6_check()
/kernel/linux/linux-4.19/net/ipv6/
Dsyncookies.c152 if (tcp_synq_no_recent_overflow(sk)) in cookie_v6_check()
/kernel/linux/linux-4.19/net/ipv4/
Dsyncookies.c308 if (tcp_synq_no_recent_overflow(sk)) in cookie_v4_check()
/kernel/linux/linux-5.10/net/ipv4/
Dsyncookies.c343 if (tcp_synq_no_recent_overflow(sk)) in cookie_v4_check()
/kernel/linux/linux-4.19/include/net/
Dtcp.h501 static inline bool tcp_synq_no_recent_overflow(const struct sock *sk) in tcp_synq_no_recent_overflow() function
/kernel/linux/linux-5.10/include/net/
Dtcp.h516 static inline bool tcp_synq_no_recent_overflow(const struct sock *sk) in tcp_synq_no_recent_overflow() function
/kernel/linux/linux-5.10/net/core/
Dfilter.c6490 if (tcp_synq_no_recent_overflow(sk)) in BPF_CALL_5()