Home
last modified time | relevance | path

Searched refs:MPTCP_FULL_INFO (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Dmptcp.h126 #define MPTCP_FULL_INFO 4 macro
/linux-6.12.1/tools/testing/selftests/net/mptcp/
Dmptcp_sockopt.c89 #ifndef MPTCP_FULL_INFO
113 #define MPTCP_FULL_INFO 4 macro
514 ret = getsockopt(fd, SOL_MPTCP, MPTCP_FULL_INFO, &mfi, &olen); in do_getsockopt_mptcp_full_info()
/linux-6.12.1/Documentation/networking/
Dmptcp.rst138 - ``MPTCP_FULL_INFO``: Uses ``struct mptcp_full_info``, with one pointer to an
/linux-6.12.1/net/mptcp/
Dsockopt.c1439 case MPTCP_FULL_INFO: in mptcp_getsockopt_sol_mptcp()