Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
Dsyncookies.c148 if (tcp_synq_no_recent_overflow(sk)) in cookie_v6_check()
/kernel/linux/linux-6.6/net/ipv6/
Dsyncookies.c148 if (tcp_synq_no_recent_overflow(sk)) in cookie_v6_check()
/kernel/linux/linux-6.6/net/ipv4/
Dsyncookies.c340 if (tcp_synq_no_recent_overflow(sk)) in cookie_v4_check()
/kernel/linux/linux-5.10/net/ipv4/
Dsyncookies.c342 if (tcp_synq_no_recent_overflow(sk)) in cookie_v4_check()
/kernel/linux/linux-5.10/include/net/
Dtcp.h514 static inline bool tcp_synq_no_recent_overflow(const struct sock *sk) in tcp_synq_no_recent_overflow() function
/kernel/linux/linux-6.6/include/net/
Dtcp.h534 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.c6626 if (tcp_synq_no_recent_overflow(sk)) in BPF_CALL_5()
/kernel/linux/linux-6.6/net/core/
Dfilter.c7355 if (tcp_synq_no_recent_overflow(sk)) in BPF_CALL_5()