Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmptcp.h279 #define MPTCP_FULL_INFO 4 macro
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A 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()
/openbmc/linux/net/mptcp/
H A Dsockopt.c1402 case MPTCP_FULL_INFO: in mptcp_getsockopt_sol_mptcp()