Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp.h624 static inline bool tcp_synq_no_recent_overflow(const struct sock *sk) in tcp_synq_no_recent_overflow() function
/linux/net/core/
H A Dfilter.c7570 if (tcp_synq_no_recent_overflow(sk)) in BPF_CALL_5()