Searched refs:MPTCP_INFO (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | mptcp.c | 27 #ifndef MPTCP_INFO 28 #define MPTCP_INFO 1 249 if (!ASSERT_OK(getsockopt(client_fd, SOL_MPTCP, MPTCP_INFO, &info, &optlen), in verify_mptcpify() 250 "getsockopt(MPTCP_INFO)")) in verify_mptcpify() 352 err = getsockopt(fd, SOL_MPTCP, MPTCP_INFO, &subflows, &len); 23 #define MPTCP_INFO global() macro
|
/linux/include/uapi/linux/ |
H A D | mptcp.h | 123 #define MPTCP_INFO 1 macro
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_sockopt.c | 38 #ifndef MPTCP_INFO 84 #define MPTCP_INFO 1 macro 356 ret = getsockopt(fd, SOL_MPTCP, MPTCP_INFO, &i, &olen); in do_getsockopt_mptcp_info()
|
/linux/Documentation/networking/ |
H A D | mptcp.rst | 133 - ``MPTCP_INFO``: Uses ``struct mptcp_info``.
|
/linux/net/mptcp/ |
H A D | sockopt.c | 1437 case MPTCP_INFO: in mptcp_getsockopt_sol_mptcp()
|