Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmptcp.h23 #define MPTCP_SUBFLOW_FLAG_CONNECTED _BITUL(7) macro
/linux/net/mptcp/
H A Ddiag.c53 flags |= MPTCP_SUBFLOW_FLAG_CONNECTED; in subflow_get_info()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_diag.c89 #define MPTCP_SUBFLOW_FLAG_CONNECTED _BITUL(7) macro
233 if (flags & MPTCP_SUBFLOW_FLAG_CONNECTED) in print_subflow_info()