Searched refs:SOL_MPTCP (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_sockopt.c | 34 #ifndef SOL_MPTCP 35 #define SOL_MPTCP 284 macro 288 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &olen); in do_getsockopt_bogus_sf_data() 294 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &olen); in do_getsockopt_bogus_sf_data() 304 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &olen); in do_getsockopt_bogus_sf_data() 311 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &olen); in do_getsockopt_bogus_sf_data() 317 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &olen); in do_getsockopt_bogus_sf_data() 325 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &olen); in do_getsockopt_bogus_sf_data() 339 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &_olen); in do_getsockopt_bogus_sf_data() 356 ret = getsockopt(fd, SOL_MPTCP, MPTCP_INFO, &i, &olen); in do_getsockopt_mptcp_info() [all …]
|
H A D | mptcp_inq.c | 35 #ifndef SOL_MPTCP 36 #define SOL_MPTCP 284 macro
|
/linux/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 385 #define SOL_MPTCP 284 macro
|
/linux/include/linux/ |
H A D | socket.h | 385 #define SOL_MPTCP 284 macro
|
/linux/Documentation/networking/ |
H A D | mptcp.rst | 129 There are some MPTCP specific socket options at the ``SOL_MPTCP`` (284) level to
|
/linux/net/mptcp/ |
H A D | sockopt.c | 1474 if (level == SOL_MPTCP) in mptcp_getsockopt()
|