Home
last modified time | relevance | path

Searched refs:IPPROTO_MPTCP (Results 1 – 2 of 2) sorted by relevance

/tools/include/uapi/linux/
Din.h81 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator
82 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c34 #ifndef IPPROTO_MPTCP
35 #define IPPROTO_MPTCP 262 macro
61 static int cfg_sock_proto = IPPROTO_MPTCP;
971 return IPPROTO_MPTCP; in parse_proto()