Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmptcp.h140 #define MPTCP_FULL_INFO 4 macro
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c90 #ifndef MPTCP_FULL_INFO
114 #define MPTCP_FULL_INFO 4 macro
524 ret = getsockopt(fd, SOL_MPTCP, MPTCP_FULL_INFO, &mfi, &olen); in do_getsockopt_mptcp_full_info()
/linux/Documentation/networking/
H A Dmptcp.rst138 - ``MPTCP_FULL_INFO``: Uses ``struct mptcp_full_info``, with one pointer to an
/linux/net/mptcp/
H A Dsockopt.c1493 case MPTCP_FULL_INFO: in mptcp_getsockopt_sol_mptcp()