Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dsyncookies.c148 if (tcp_synq_no_recent_overflow(sk)) in cookie_v6_check()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dsyncookies.c349 if (tcp_synq_no_recent_overflow(sk)) in cookie_v4_check()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h517 static inline bool tcp_synq_no_recent_overflow(const struct sock *sk) in tcp_synq_no_recent_overflow() function
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c6502 if (tcp_synq_no_recent_overflow(sk)) in BPF_CALL_5()