Home
last modified time | relevance | path

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

/linux-6.1.9/net/mptcp/
Dsubflow.c63 return mptcp_is_fully_established((void *)msk) && in mptcp_can_accept_new_subflow()
1492 if (!mptcp_is_fully_established(sk)) in __mptcp_subflow_connect()
Dprotocol.h679 static inline bool mptcp_is_fully_established(struct sock *sk) in mptcp_is_fully_established() function
Dprotocol.c3425 if (!mptcp_is_fully_established(parent)) { in mptcp_finish_join()
3733 if (mptcp_is_fully_established(newsk)) in mptcp_stream_accept()