Home
last modified time | relevance | path

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

/openbmc/linux/net/mptcp/
H A Dsubflow.c64 return mptcp_is_fully_established((void *)msk) && in mptcp_can_accept_new_subflow()
1555 if (!mptcp_is_fully_established(sk)) in __mptcp_subflow_connect()
H A Dprotocol.h775 static inline bool mptcp_is_fully_established(struct sock *sk) in mptcp_is_fully_established() function
H A Dprotocol.c3595 if (!mptcp_is_fully_established(parent)) { in mptcp_finish_join()