Home
last modified time | relevance | path

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

/linux/include/net/
H A Dmptcp.h233 void mptcp_active_detect_blackhole(struct sock *sk, bool expired);
319 static inline void mptcp_active_detect_blackhole(struct sock *sk, bool expired) { } in mptcp_active_detect_blackhole() function
/linux/net/mptcp/
H A Dctrl.c512 void mptcp_active_detect_blackhole(struct sock *ssk, bool expired) in mptcp_active_detect_blackhole() function
/linux/net/ipv4/
H A Dtcp_timer.c285 mptcp_active_detect_blackhole(sk, expired); in tcp_write_timeout()