Searched refs:SOL_MPTCP (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c34 #ifndef SOL_MPTCP
35 #define SOL_MPTCP 284 macro
288 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &olen);
294 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &olen);
304 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &olen);
311 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &olen);
317 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &olen);
325 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &olen);
339 ret = getsockopt(fd, SOL_MPTCP, optname, &bd, &_olen);
356 ret = getsockopt(fd, SOL_MPTCP, MPTCP_INF
[all...]
H A Dmptcp_inq.c35 #ifndef SOL_MPTCP
36 #define SOL_MPTCP 284 macro
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmptcp.c19 #ifndef SOL_MPTCP
20 #define SOL_MPTCP 284 macro
251 if (!ASSERT_OK(getsockopt(client_fd, SOL_MPTCP, MPTCP_INFO, &info, &optlen),
/linux-master/include/linux/
H A Dsocket.h383 #define SOL_MPTCP 284 macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h383 #define SOL_MPTCP 284 macro
/linux-master/net/mptcp/
H A Dsockopt.c1409 if (level == SOL_MPTCP)

Completed in 194 milliseconds